Class: Google::Apis::AlloydbV1::ExportClusterResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb

Overview

Response of export cluster rpc.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportClusterResponse

Returns a new instance of ExportClusterResponse.



1419
1420
1421
# File 'lib/google/apis/alloydb_v1/classes.rb', line 1419

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_destinationGoogle::Apis::AlloydbV1::GcsDestination

Destination for Export. Export will be done to cloud storage. Corresponds to the JSON property gcsDestination



1417
1418
1419
# File 'lib/google/apis/alloydb_v1/classes.rb', line 1417

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1424
1425
1426
# File 'lib/google/apis/alloydb_v1/classes.rb', line 1424

def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end