Class: Google::Cloud::AlloyDB::V1::BatchCreateInstancesMetadata

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 metadata that is specific to BatchCreateInstances API. NEXT_ID: 3

Defined Under Namespace

Classes: InstanceStatusesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#instance_statuses::Google::Protobuf::Map{::String => ::Google::Cloud::AlloyDB::V1::BatchCreateInstanceStatus}



869
870
871
872
873
874
875
876
877
878
879
880
881
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 869

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AlloyDB::V1::BatchCreateInstanceStatus]
  class InstanceStatusesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#instance_targets::Array<::String>



869
870
871
872
873
874
875
876
877
878
879
880
881
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 869

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AlloyDB::V1::BatchCreateInstanceStatus]
  class InstanceStatusesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end