Class ProjectsResource.LocationsResource.ServicesResource.MoveTableToDatabaseRequest
Move a table to another database.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.MoveTableToDatabaseRequest
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.MoveTableToDatabaseRequest : DataprocMetastoreBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
MoveTableToDatabaseRequest(IClientService, GoogleCloudMetastoreV2MoveTableToDatabaseRequest, string)
Constructs a new MoveTableToDatabase request.
Declaration
public MoveTableToDatabaseRequest(IClientService service, GoogleCloudMetastoreV2MoveTableToDatabaseRequest body, string service_)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudMetastoreV2MoveTableToDatabaseRequest | body | |
| string | service_ |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Service_
Required. The relative resource name of the metastore service to mutate metadata, in the following format:projects/{project_id}/locations/{location_id}/services/{service_id}.
Declaration
[RequestParameter("service", RequestParameterType.Path)]
public virtual string Service_ { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes MoveTableToDatabase parameter list.
Declaration
protected override void InitParameters()