Class: Google::Cloud::AlloyDB::V1beta::ImportClusterResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::ImportClusterResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/service.rb
Overview
Response of import rpc.
Instance Attribute Summary collapse
-
#bytes_downloaded ⇒ ::Integer
Required.
Instance Attribute Details
#bytes_downloaded ⇒ ::Integer
Returns Required. Size of the object downloaded from Google Cloud Storage in bytes.
357 358 359 360 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 357 class ImportClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |