Class GoogleCloudMetastoreV1alphaCompleteMigrationResponse
Response message for DataprocMetastore.CompleteMigration.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1alphaCompleteMigrationResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MigrationExecution
The relative resource name of the migration execution, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}.
Declaration
[JsonProperty("migrationExecution")]
public virtual string MigrationExecution { get; set; }
Property Value
| Type | Description |
|---|---|
| string |