Class: Google::Cloud::AlloyDB::V1::BatchCreateInstancesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1/service.rb

Overview

Message for creating batches of instances in a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Created instances.

Returns:



504
505
506
507
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 504

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