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
object
ProjectsResource.InstancesResource.PartialUpdateInstanceRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Operation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Operation>.MethodName
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Operation>.RestPath
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Operation>.GetBody()
InitParameters()
Initializes PartialUpdateInstance parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.BigtableAdmin.v2.BigtableAdminBaseServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Operation>.InitParameters()