Show / Hide Table of Contents

Class GoogleCloudMetastoreV1alphaCompleteMigrationResponse

Response message for DataprocMetastore.CompleteMigration.

Inheritance
object
GoogleCloudMetastoreV1alphaCompleteMigrationResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX