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.
Implements
IMessageImportClusterResponse, IEquatableImportClusterResponse, IDeepCloneableImportClusterResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
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 |