Class: Google::Cloud::AlloyDB::V1::BatchCreateInstancesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::BatchCreateInstancesMetadata
- 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_statuses ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::AlloyDB::V1::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::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 BatchCreateInstancesMetadata 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 BatchCreateInstancesMetadata 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 |