• Home
  • Raw
  • Download

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 …&quot;parent&quot;: &quot;A String&quot;, # Required. The parent table where this row will be crea…
121 &quot;row&quot;: { # A single row in a table. # Required. The row to create.
122 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
125 …&quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user e…
129 …&quot;view&quot;: &quot;A String&quot;, # Optional. Column key to use for values in the row. Defau…
144 { # A single row in a table.
145 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
148 …&quot;values&quot;: { # 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 &quot;row&quot;: { # A single row in a table. # Required. The row to update.
196 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
199 …&quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user e…
204 …&quot;view&quot;: &quot;A String&quot;, # Optional. Column key to use for values in the row. Defau…
219 { # A single row in a table.
220 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
223 …&quot;values&quot;: { # 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 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
249 …&quot;values&quot;: { # 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 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
270 …&quot;values&quot;: { # 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 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
316 …&quot;values&quot;: { # 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 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
351 …&quot;values&quot;: { # 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 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
386 …&quot;values&quot;: { # 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 &quot;createTime&quot;: &quot;A String&quot;, # 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 &quot;updateTime&quot;: &quot;A String&quot;, # Time when the row was last updated.
408 …&quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user e…