AlloyDB v1alpha API - Class ImportClusterResponse (1.0.0-alpha11)

public sealed class ImportClusterResponse : IMessage<ImportClusterResponse>, IEquatable<ImportClusterResponse>, IDeepCloneable<ImportClusterResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class ImportClusterResponse.

Response of import rpc.

Inheritance

object > ImportClusterResponse

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

ImportClusterResponse()

public ImportClusterResponse()

ImportClusterResponse(ImportClusterResponse)

public ImportClusterResponse(ImportClusterResponse other)
Parameter
Name Description
other ImportClusterResponse

Properties

BytesDownloaded

public long BytesDownloaded { get; set; }

Required. Size of the object downloaded from Google Cloud Storage in bytes.

Property Value
Type Description
long