Uses of Class
com.google.cloud.alloydb.v1alpha.BatchCreateInstancesResponse
-
Packages that use BatchCreateInstancesResponse Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of BatchCreateInstancesResponse in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return BatchCreateInstancesResponse Modifier and Type Method Description BatchCreateInstancesResponse
BatchCreateInstancesResponse.Builder. build()
BatchCreateInstancesResponse
BatchCreateInstancesResponse.Builder. buildPartial()
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. getDefaultInstance()
BatchCreateInstancesResponse
BatchCreateInstancesResponse.Builder. getDefaultInstanceForType()
BatchCreateInstancesResponse
BatchCreateInstancesResponse. getDefaultInstanceForType()
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseDelimitedFrom(InputStream input)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(byte[] data)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(InputStream input)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(ByteBuffer data)
static BatchCreateInstancesResponse
BatchCreateInstancesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type BatchCreateInstancesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminClient. batchCreateInstancesAsync(BatchCreateInstancesRequest request)
Creates new instances under the given project, location and cluster.com.google.api.gax.rpc.OperationCallable<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminClient. batchCreateInstancesOperationCallable()
Creates new instances under the given project, location and cluster.com.google.api.gax.rpc.OperationCallSettings<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminSettings. batchCreateInstancesOperationSettings()
Returns the object with the settings used for calls to batchCreateInstances.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminSettings.Builder. batchCreateInstancesOperationSettings()
Returns the builder for the settings used for calls to batchCreateInstances.com.google.protobuf.Parser<BatchCreateInstancesResponse>
BatchCreateInstancesResponse. getParserForType()
static com.google.protobuf.Parser<BatchCreateInstancesResponse>
BatchCreateInstancesResponse. parser()
Methods in com.google.cloud.alloydb.v1alpha with parameters of type BatchCreateInstancesResponse Modifier and Type Method Description BatchCreateInstancesResponse.Builder
BatchCreateInstancesResponse.Builder. mergeFrom(BatchCreateInstancesResponse other)
static BatchCreateInstancesResponse.Builder
BatchCreateInstancesResponse. newBuilder(BatchCreateInstancesResponse prototype)
-
Uses of BatchCreateInstancesResponse in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type BatchCreateInstancesResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminStub. batchCreateInstancesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
GrpcAlloyDBAdminStub. batchCreateInstancesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
HttpJsonAlloyDBAdminStub. batchCreateInstancesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminStubSettings. batchCreateInstancesOperationSettings()
Returns the object with the settings used for calls to batchCreateInstances.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>
AlloyDBAdminStubSettings.Builder. batchCreateInstancesOperationSettings()
Returns the builder for the settings used for calls to batchCreateInstances.
-