Class: Google::Cloud::AlloyDB::V1alpha::BatchCreateInstancesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#instances::Array<::Google::Cloud::AlloyDB::V1alpha::Instance>

Returns Created instances.

Returns:



848
849
850
851
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 848

class BatchCreateInstancesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end