Uses of Class
com.google.cloud.documentai.v1beta3.BatchDeleteDocumentsResponse
-
Packages that use BatchDeleteDocumentsResponse Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta3.stub -
-
Uses of BatchDeleteDocumentsResponse in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return BatchDeleteDocumentsResponse Modifier and Type Method Description BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse.Builder. build()
BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse.Builder. buildPartial()
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. getDefaultInstance()
BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse.Builder. getDefaultInstanceForType()
BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. getDefaultInstanceForType()
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseDelimitedFrom(InputStream input)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(byte[] data)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(InputStream input)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(ByteBuffer data)
static BatchDeleteDocumentsResponse
BatchDeleteDocumentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type BatchDeleteDocumentsResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>
DocumentServiceClient. batchDeleteDocumentsAsync(BatchDeleteDocumentsRequest request)
Deletes a set of documents.com.google.api.gax.longrunning.OperationFuture<BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>
DocumentServiceClient. batchDeleteDocumentsAsync(String dataset)
Deletes a set of documents.com.google.api.gax.rpc.OperationCallable<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>
DocumentServiceClient. batchDeleteDocumentsOperationCallable()
Deletes a set of documents.com.google.api.gax.rpc.OperationCallSettings<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>
DocumentServiceSettings. batchDeleteDocumentsOperationSettings()
Returns the object with the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>
DocumentServiceSettings.Builder. batchDeleteDocumentsOperationSettings()
Returns the builder for the settings used for calls to batchDeleteDocuments.com.google.protobuf.Parser<BatchDeleteDocumentsResponse>
BatchDeleteDocumentsResponse. getParserForType()
static com.google.protobuf.Parser<BatchDeleteDocumentsResponse>
BatchDeleteDocumentsResponse. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type BatchDeleteDocumentsResponse Modifier and Type Method Description BatchDeleteDocumentsResponse.Builder
BatchDeleteDocumentsResponse.Builder. mergeFrom(BatchDeleteDocumentsResponse other)
static BatchDeleteDocumentsResponse.Builder
BatchDeleteDocumentsResponse. newBuilder(BatchDeleteDocumentsResponse prototype)
-
Uses of BatchDeleteDocumentsResponse in com.google.cloud.documentai.v1beta3.stub
-