Class ProjectsResource.InstancesResource.TablesResource.PatchRequest
Updates a specified table.
Inheritance
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.PatchRequest : BigtableAdminBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Table, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Table body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Table | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
The unique name of the table. Values are of the form
projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*
. Views: NAME_ONLY
, SCHEMA_VIEW
,
REPLICATION_VIEW
, STATS_VIEW
, FULL
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Required. The list of fields to update. A mask specifying which fields (e.g.
change_stream_config
) in the table
field should be updated. This mask is relative to the
table
field, not to the request message. The wildcard (*) path is currently not supported.
Currently UpdateTable is only supported for the following fields: * change_stream_config
*
change_stream_config.retention_period
* deletion_protection
If column_families
is set in
update_mask
, it will return an UNIMPLEMENTED error.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()