Class ProjectsResource.InstancesResource.PartialUpdateInstanceRequest
Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.
Inheritance
ProjectsResource.InstancesResource.PartialUpdateInstanceRequest
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.PartialUpdateInstanceRequest : BigtableAdminBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PartialUpdateInstanceRequest(IClientService, Instance, string)
Constructs a new PartialUpdateInstance request.
Declaration
public PartialUpdateInstanceRequest(IClientService service, Instance body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Instance | 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 instance. Values are of the form projects/{project}/instances/a-z+[a-z0-9]
.
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 subset of Instance fields which should be replaced. Must be explicitly set.
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 PartialUpdateInstance parameter list.
Declaration
protected override void InitParameters()