public interface CreateInstanceRequestsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceRequest |
getCreateInstanceRequests(int index)
Required.
|
int |
getCreateInstanceRequestsCount()
Required.
|
List<CreateInstanceRequest> |
getCreateInstanceRequestsList()
Required.
|
CreateInstanceRequestOrBuilder |
getCreateInstanceRequestsOrBuilder(int index)
Required.
|
List<? extends CreateInstanceRequestOrBuilder> |
getCreateInstanceRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.