Class: Google::Cloud::AlloyDB::V1beta::BatchCreateInstancesMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1beta/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::V1beta::BatchCreateInstanceStatus}

Returns A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution. The instance state will be in STATE_UNSPECIFIED state if the instance has not yet been picked up for processing. The key of the map is the name of the instance resource. For the format, see the comment on the Instance.name field.

Returns:

  • (::Google::Protobuf::Map{::String => ::Google::Cloud::AlloyDB::V1beta::BatchCreateInstanceStatus})

    A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution. The instance state will be in STATE_UNSPECIFIED state if the instance has not yet been picked up for processing. The key of the map is the name of the instance resource. For the format, see the comment on the Instance.name field.



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

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

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

#instance_targets::Array<::String>

Returns The instances being created in the API call. Each string in this list is the server defined resource path for target instances in the request and for the format of each string, see the comment on the Instance.name field.

Returns:

  • (::Array<::String>)

    The instances being created in the API call. Each string in this list is the server defined resource path for target instances in the request and for the format of each string, see the comment on the Instance.name field.



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

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

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