public sealed class ExportClusterResponse : IMessage<ExportClusterResponse>, IEquatable<ExportClusterResponse>, IDeepCloneable<ExportClusterResponse>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class ExportClusterResponse.
Response of export cluster rpc.
Implements
IMessageExportClusterResponse, IEquatableExportClusterResponse, IDeepCloneableExportClusterResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 |
|