public sealed class ExportClusterResponse : IMessage<ExportClusterResponse>, IEquatable<ExportClusterResponse>, IDeepCloneable<ExportClusterResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class ExportClusterResponse.
Response of export cluster rpc.
Implements
IMessageExportClusterResponse, IEquatableExportClusterResponse, IDeepCloneableExportClusterResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
ExportClusterResponse()
public ExportClusterResponse()
ExportClusterResponse(ExportClusterResponse)
public ExportClusterResponse(ExportClusterResponse other)
Parameter | |
---|---|
Name | Description |
other |
ExportClusterResponse |
Properties
DestinationCase
public ExportClusterResponse.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
ExportClusterResponseDestinationOneofCase |
GcsDestination
public GcsDestination GcsDestination { get; set; }
Required. Option to export data to cloud storage.
Property Value | |
---|---|
Type | Description |
GcsDestination |