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 Detail

      • getCreateInstanceRequestsList

        List<CreateInstanceRequest> getCreateInstanceRequestsList()
         Required. Primary and read replica instances to be created. This list
         should not be empty.
         
        repeated .google.cloud.alloydb.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.CreateInstanceRequest create_instance_requests = 1 [(.google.api.field_behavior) = REQUIRED];