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 BatchCreateInstancesResponseBatchCreateInstancesResponse.Builder. build()BatchCreateInstancesResponseBatchCreateInstancesResponse.Builder. buildPartial()static BatchCreateInstancesResponseBatchCreateInstancesResponse. getDefaultInstance()BatchCreateInstancesResponseBatchCreateInstancesResponse.Builder. getDefaultInstanceForType()BatchCreateInstancesResponseBatchCreateInstancesResponse. getDefaultInstanceForType()static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseDelimitedFrom(InputStream input)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(byte[] data)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(InputStream input)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateInstancesResponseBatchCreateInstancesResponse. parseFrom(ByteBuffer data)static BatchCreateInstancesResponseBatchCreateInstancesResponse. 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.BuilderBatchCreateInstancesResponse.Builder. mergeFrom(BatchCreateInstancesResponse other)static BatchCreateInstancesResponse.BuilderBatchCreateInstancesResponse. 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.
-