Class: Google::Apis::AlloydbV1::ExportClusterResponse
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::ExportClusterResponse
- 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
-
#gcs_destination ⇒ Google::Apis::AlloydbV1::GcsDestination
Destination for Export.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportClusterResponse
constructor
A new instance of ExportClusterResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportClusterResponse
Returns a new instance of ExportClusterResponse.
967 968 969 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 967 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_destination ⇒ Google::Apis::AlloydbV1::GcsDestination
Destination for Export. Export will be done to cloud storage.
Corresponds to the JSON property gcsDestination
965 966 967 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 965 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
972 973 974 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 972 def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |