public sealed class BatchCreateInstancesMetadata : IMessage<BatchCreateInstancesMetadata>, IEquatable<BatchCreateInstancesMetadata>, IDeepCloneable<BatchCreateInstancesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class BatchCreateInstancesMetadata.
Message for metadata that is specific to BatchCreateInstances API.
NEXT_ID: 3
public MapField<string, BatchCreateInstanceStatus> InstanceStatuses { get; }
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.
public RepeatedField<string> InstanceTargets { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eBatchCreateInstancesMetadata\u003c/code\u003e class within the Google Cloud AlloyDB v1alpha API, specifically version 1.0.0-alpha10.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchCreateInstancesMetadata\u003c/code\u003e is a message used to track the metadata of the BatchCreateInstances API, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties, \u003ccode\u003eInstanceStatuses\u003c/code\u003e, which is a map of instance names to their status, and \u003ccode\u003eInstanceTargets\u003c/code\u003e, which holds a list of target instance resource paths.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchCreateInstancesMetadata\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eBatchCreateInstancesMetadata\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchCreateInstancesMetadata\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha\u003c/code\u003e namespace and is found within the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class BatchCreateInstancesMetadata (1.0.0-alpha12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.BatchCreateInstancesMetadata)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.BatchCreateInstancesMetadata) \n\n public sealed class BatchCreateInstancesMetadata : IMessage\u003cBatchCreateInstancesMetadata\u003e, IEquatable\u003cBatchCreateInstancesMetadata\u003e, IDeepCloneable\u003cBatchCreateInstancesMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1alpha API class BatchCreateInstancesMetadata.\n\nMessage for metadata that is specific to BatchCreateInstances API.\nNEXT_ID: 3 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BatchCreateInstancesMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BatchCreateInstancesMetadata](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.BatchCreateInstancesMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BatchCreateInstancesMetadata](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.BatchCreateInstancesMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BatchCreateInstancesMetadata](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.BatchCreateInstancesMetadata), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Alpha](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Alpha.dll\n\nConstructors\n------------\n\n### BatchCreateInstancesMetadata()\n\n public BatchCreateInstancesMetadata()\n\n### BatchCreateInstancesMetadata(BatchCreateInstancesMetadata)\n\n public BatchCreateInstancesMetadata(BatchCreateInstancesMetadata other)\n\nProperties\n----------\n\n### InstanceStatuses\n\n public MapField\u003cstring, BatchCreateInstanceStatus\u003e InstanceStatuses { get; }\n\nA map representing state of the instances involved in the\nBatchCreateInstances operation during the operation execution.\nThe instance state will be in STATE_UNSPECIFIED state if the instance has\nnot yet been picked up for processing.\nThe key of the map is the name of the instance resource.\nFor the format, see the comment on the Instance.name field.\n\n### InstanceTargets\n\n public RepeatedField\u003cstring\u003e InstanceTargets { get; }\n\nThe instances being created in the API call. Each string in this list\nis the server defined resource path for target instances in the request\nand for the format of each string, see the comment on the Instance.name\nfield."]]