Lines Matching full:row
91 <p class="firstline">Creates a row.</p>
94 <p class="firstline">Deletes a row.</p>
97 <p class="firstline">Gets a row. Returns NOT_FOUND if the row does not exist in the table.</p>
106 <p class="firstline">Updates a row.</p>
120 …"parent": "A String", # Required. The parent table where this row will be crea…
121 "row": { # A single row in a table. # Required. The row to create.
122 "createTime": "A String", # Time when the row was created.
123 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
124 "updateTime": "A String", # Time when the row was last updated.
125 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
129 …"view": "A String", # Optional. Column key to use for values in the row. Defau…
144 { # A single row in a table.
145 "createTime": "A String", # Time when the row was created.
146 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
147 "updateTime": "A String", # Time when the row was last updated.
148 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
166 …batch will fail. A maximum of 500 rows can be deleted in a batch. Format: tables/{table}/rows/{row}
195 "row": { # A single row in a table. # Required. The row to update.
196 "createTime": "A String", # Time when the row was created.
197 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
198 "updateTime": "A String", # Time when the row was last updated.
199 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
204 …"view": "A String", # Optional. Column key to use for values in the row. Defau…
219 { # A single row in a table.
220 "createTime": "A String", # Time when the row was created.
221 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
222 "updateTime": "A String", # Time when the row was last updated.
223 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
238 <pre>Creates a row.
241 …parent: string, Required. The parent table where this row will be created. Format: tables/{table} …
245 { # A single row in a table.
246 "createTime": "A String", # Time when the row was created.
247 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
248 "updateTime": "A String", # Time when the row was last updated.
249 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
254 view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
266 { # A single row in a table.
267 "createTime": "A String", # Time when the row was created.
268 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
269 "updateTime": "A String", # Time when the row was last updated.
270 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
278 <pre>Deletes a row.
281 …name: string, Required. The name of the row to delete. Format: tables/{table}/rows/{row} (required)
296 <pre>Gets a row. Returns NOT_FOUND if the row does not exist in the table.
299 …name: string, Required. The name of the row to retrieve. Format: tables/{table}/rows/{row} (requir…
300 view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
312 { # A single row in a table.
313 "createTime": "A String", # Time when the row was created.
314 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
315 "updateTime": "A String", # Time when the row was last updated.
316 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
332 view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
347 { # A single row in a table.
348 "createTime": "A String", # Time when the row was created.
349 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
350 "updateTime": "A String", # Time when the row was last updated.
351 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
375 <pre>Updates a row.
378 …g, The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
382 { # A single row in a table.
383 "createTime": "A String", # Time when the row was created.
384 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
385 "updateTime": "A String", # Time when the row was last updated.
386 …"values": { # The values of the row. This is a map of column key to value. Key is user e…
392 view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
404 { # A single row in a table.
405 "createTime": "A String", # Time when the row was created.
406 … # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is …
407 "updateTime": "A String", # Time when the row was last updated.
408 …"values": { # The values of the row. This is a map of column key to value. Key is user e…