Class: Google::Cloud::AlloyDB::V1beta::ExportClusterResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::ExportClusterResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/service.rb
Overview
Response of export cluster rpc.
Instance Attribute Summary collapse
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::AlloyDB::V1beta::GcsDestination
Returns Required. Option to export data to cloud storage.
277 278 279 280 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 277 class ExportClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |