Package com.google.cloud.alloydb.v1
Interface CreateInstanceRequestsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateInstanceRequests
,CreateInstanceRequests.Builder
public interface CreateInstanceRequestsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInstanceRequest
getCreateInstanceRequests(int index)
Required.int
getCreateInstanceRequestsCount()
Required.List<CreateInstanceRequest>
getCreateInstanceRequestsList()
Required.CreateInstanceRequestOrBuilder
getCreateInstanceRequestsOrBuilder(int index)
Required.List<? extends CreateInstanceRequestOrBuilder>
getCreateInstanceRequestsOrBuilderList()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCreateInstanceRequestsList
List<CreateInstanceRequest> getCreateInstanceRequestsList()
Required. Primary and read replica instances to be created. This list should not be empty.
repeated .google.cloud.alloydb.v1.CreateInstanceRequest create_instance_requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCreateInstanceRequests
CreateInstanceRequest getCreateInstanceRequests(int index)
Required. Primary and read replica instances to be created. This list should not be empty.
repeated .google.cloud.alloydb.v1.CreateInstanceRequest create_instance_requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCreateInstanceRequestsCount
int getCreateInstanceRequestsCount()
Required. Primary and read replica instances to be created. This list should not be empty.
repeated .google.cloud.alloydb.v1.CreateInstanceRequest create_instance_requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCreateInstanceRequestsOrBuilderList
List<? extends CreateInstanceRequestOrBuilder> getCreateInstanceRequestsOrBuilderList()
Required. Primary and read replica instances to be created. This list should not be empty.
repeated .google.cloud.alloydb.v1.CreateInstanceRequest create_instance_requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCreateInstanceRequestsOrBuilder
CreateInstanceRequestOrBuilder getCreateInstanceRequestsOrBuilder(int index)
Required. Primary and read replica instances to be created. This list should not be empty.
repeated .google.cloud.alloydb.v1.CreateInstanceRequest create_instance_requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
-