AlloyDB v1beta API - Class ExportClusterResponse (1.0.0-beta10)

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.

Inheritance

object > ExportClusterResponse

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

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