public sealed class BatchCreateInstancesResponse : IMessage<BatchCreateInstancesResponse>, IEquatable<BatchCreateInstancesResponse>, IDeepCloneable<BatchCreateInstancesResponse>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class BatchCreateInstancesResponse.
Message for creating batches of instances in a cluster.
Implements
IMessageBatchCreateInstancesResponse, IEquatableBatchCreateInstancesResponse, IDeepCloneableBatchCreateInstancesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
BatchCreateInstancesResponse()
public BatchCreateInstancesResponse()BatchCreateInstancesResponse(BatchCreateInstancesResponse)
public BatchCreateInstancesResponse(BatchCreateInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchCreateInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }Created instances.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInstance |
|