public sealed class ImportClusterResponse : IMessage<ImportClusterResponse>, IEquatable<ImportClusterResponse>, IDeepCloneable<ImportClusterResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class ImportClusterResponse.
Response of import rpc.
Implements
IMessageImportClusterResponse, IEquatableImportClusterResponse, IDeepCloneableImportClusterResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.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 |