Message for metadata that is specific to BatchCreateInstances API.
NEXT_ID: 3
Attributes
Name
Description
instance_targets
MutableSequence[str]
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.
instance_statuses
MutableMapping[str, google.cloud.alloydb_v1beta.types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class BatchCreateInstancesMetadata (0.4.8)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.8 (latest)](/python/docs/reference/alloydb/latest/google.cloud.alloydb_v1beta.types.BatchCreateInstancesMetadata)\n- [0.4.7](/python/docs/reference/alloydb/0.4.7/google.cloud.alloydb_v1beta.types.BatchCreateInstancesMetadata)\n- [0.3.16](/python/docs/reference/alloydb/0.3.16/google.cloud.alloydb_v1beta.types.BatchCreateInstancesMetadata)\n- [0.2.1](/python/docs/reference/alloydb/0.2.1/google.cloud.alloydb_v1beta.types.BatchCreateInstancesMetadata)\n- [0.1.1](/python/docs/reference/alloydb/0.1.1/google.cloud.alloydb_v1beta.types.BatchCreateInstancesMetadata) \n\n BatchCreateInstancesMetadata(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nMessage for metadata that is specific to BatchCreateInstances API.\nNEXT_ID: 3\n\nClasses\n-------\n\n### InstanceStatusesEntry\n\n InstanceStatusesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe abstract base class for a message."]]