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:



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