public interface BatchCreateInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance |
getInstances(int index)
Created instances.
|
int |
getInstancesCount()
Created instances.
|
List<Instance> |
getInstancesList()
Created instances.
|
InstanceOrBuilder |
getInstancesOrBuilder(int index)
Created instances.
|
List<? extends InstanceOrBuilder> |
getInstancesOrBuilderList()
Created instances.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Instance> getInstancesList()
Created instances.
repeated .google.cloud.alloydb.v1.Instance instances = 1;Instance getInstances(int index)
Created instances.
repeated .google.cloud.alloydb.v1.Instance instances = 1;int getInstancesCount()
Created instances.
repeated .google.cloud.alloydb.v1.Instance instances = 1;List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
Created instances.
repeated .google.cloud.alloydb.v1.Instance instances = 1;InstanceOrBuilder getInstancesOrBuilder(int index)
Created instances.
repeated .google.cloud.alloydb.v1.Instance instances = 1;Copyright © 2025 Google LLC. All rights reserved.