Package com.google.cloud.alloydb.v1alpha
Interface BatchCreateInstancesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCreateInstancesResponse
,BatchCreateInstancesResponse.Builder
public interface BatchCreateInstancesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstancesList
List<Instance> getInstancesList()
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
-
getInstances
Instance getInstances(int index)
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
-
getInstancesCount
int getInstancesCount()
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
-
getInstancesOrBuilderList
List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
-
getInstancesOrBuilder
InstanceOrBuilder getInstancesOrBuilder(int index)
Created instances.
repeated .google.cloud.alloydb.v1alpha.Instance instances = 1;
-
-