Class: Google::Cloud::AlloyDB::V1alpha::BatchCreateInstancesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::BatchCreateInstancesMetadata
- 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_statuses ⇒ ::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.
-
#instance_targets ⇒ ::Array<::String>
The instances being created in the API call.
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.
691 692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 691 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.
691 692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 691 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 |