Class: Google::Cloud::AlloyDB::V1alpha::BatchCreateInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::BatchCreateInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for creating batches of instances in a cluster.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Instance>
Created instances.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Instance>
Returns Created instances.
472 473 474 475 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 472 class BatchCreateInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |