Class ProjectsResource.LocationsResource.ServicesResource.CompleteMigrationRequest
Completes the managed migration process. The Dataproc Metastore service will switch to using its own backend database after successful migration.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.CompleteMigrationRequest
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2beta
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.CompleteMigrationRequest : DataprocMetastoreBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
CompleteMigrationRequest(IClientService, GoogleCloudMetastoreV2betaCompleteMigrationRequest, string)
Constructs a new CompleteMigration request.
Declaration
public CompleteMigrationRequest(IClientService service, GoogleCloudMetastoreV2betaCompleteMigrationRequest body, string service_)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudMetastoreV2betaCompleteMigrationRequest | 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 complete the migration to, 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 CompleteMigration parameter list.
Declaration
protected override void InitParameters()