Class TablesResource.RowsResource
The "rows" collection of methods.
Inherited Members
Namespace: Google.Apis.Area120Tables.v1alpha1
Assembly: Google.Apis.Area120Tables.v1alpha1.dll
Syntax
public class TablesResource.RowsResource
Constructors
RowsResource(IClientService)
Constructs a new resource.
Declaration
public RowsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchCreate(BatchCreateRowsRequest, string)
Creates multiple rows.
Declaration
public virtual TablesResource.RowsResource.BatchCreateRequest BatchCreate(BatchCreateRowsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateRowsRequest | body | The body of the request. |
string | parent | Required. The parent table where the rows will be created. Format: tables/{table} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.BatchCreateRequest |
BatchDelete(BatchDeleteRowsRequest, string)
Deletes multiple rows.
Declaration
public virtual TablesResource.RowsResource.BatchDeleteRequest BatchDelete(BatchDeleteRowsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteRowsRequest | body | The body of the request. |
string | parent | Required. The parent table shared by all rows being deleted. Format: tables/{table} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.BatchDeleteRequest |
BatchUpdate(BatchUpdateRowsRequest, string)
Updates multiple rows.
Declaration
public virtual TablesResource.RowsResource.BatchUpdateRequest BatchUpdate(BatchUpdateRowsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateRowsRequest | body | The body of the request. |
string | parent | Required. The parent table shared by all rows being updated. Format: tables/{table} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.BatchUpdateRequest |
Create(Row, string)
Creates a row.
Declaration
public virtual TablesResource.RowsResource.CreateRequest Create(Row body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Row | body | The body of the request. |
string | parent | Required. The parent table where this row will be created. Format: tables/{table} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.CreateRequest |
Delete(string)
Deletes a row.
Declaration
public virtual TablesResource.RowsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the row to delete. Format: tables/{table}/rows/{row} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.DeleteRequest |
Get(string)
Gets a row. Returns NOT_FOUND if the row does not exist in the table.
Declaration
public virtual TablesResource.RowsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the row to retrieve. Format: tables/{table}/rows/{row} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.GetRequest |
List(string)
Lists rows in a table. Returns NOT_FOUND if the table does not exist.
Declaration
public virtual TablesResource.RowsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent table. Format: tables/{table} |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.ListRequest |
Patch(Row, string)
Updates a row.
Declaration
public virtual TablesResource.RowsResource.PatchRequest Patch(Row body, string name)
Parameters
Type | Name | Description |
---|---|---|
Row | body | The body of the request. |
string | name | The resource name of the row. Row names have the form |
Returns
Type | Description |
---|---|
TablesResource.RowsResource.PatchRequest |