Class: Google::Cloud::AlloyDB::V1alpha::BatchCreateInstancesMetadata

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 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::V1alpha::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::V1alpha::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.



493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 493

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AlloyDB::V1alpha::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.



493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 493

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

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