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 BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse.Builder. build()BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse.Builder. buildPartial()static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. getDefaultInstance()BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse.Builder. getDefaultInstanceForType()BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. getDefaultInstanceForType()static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseDelimitedFrom(InputStream input)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(byte[] data)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(InputStream input)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. parseFrom(ByteBuffer data)static BatchDeleteDocumentsResponseBatchDeleteDocumentsResponse. 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.BuilderBatchDeleteDocumentsResponse.Builder. mergeFrom(BatchDeleteDocumentsResponse other)static BatchDeleteDocumentsResponse.BuilderBatchDeleteDocumentsResponse. newBuilder(BatchDeleteDocumentsResponse prototype) -
Uses of BatchDeleteDocumentsResponse in com.google.cloud.documentai.v1beta3.stub
-