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:



508
509
510
511
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 508

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