Class ProjectsResource.InstancesResource.UpdateRequest
Updates an instance within a project. This method updates only the display name and type for an Instance. To update other Instance properties, such as labels, use PartialUpdateInstance.
Inheritance
ProjectsResource.InstancesResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.UpdateRequest : BigtableAdminBaseServiceRequest<Instance>, IClientServiceRequest<Instance>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Instance, string)
Constructs a new Update request.
Declaration
public UpdateRequest(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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()