Uses of Class
com.google.cloud.documentai.v1beta3.BatchDeleteDocumentsMetadata
-
Packages that use BatchDeleteDocumentsMetadata Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta3.stub -
-
Uses of BatchDeleteDocumentsMetadata in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return BatchDeleteDocumentsMetadata Modifier and Type Method Description BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata.Builder. build()BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata.Builder. buildPartial()static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. getDefaultInstance()BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata.Builder. getDefaultInstanceForType()BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. getDefaultInstanceForType()static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseDelimitedFrom(InputStream input)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(byte[] data)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(com.google.protobuf.ByteString data)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(InputStream input)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(ByteBuffer data)static BatchDeleteDocumentsMetadataBatchDeleteDocumentsMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type BatchDeleteDocumentsMetadata 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<BatchDeleteDocumentsMetadata>BatchDeleteDocumentsMetadata. getParserForType()static com.google.protobuf.Parser<BatchDeleteDocumentsMetadata>BatchDeleteDocumentsMetadata. parser()Methods in com.google.cloud.documentai.v1beta3 with parameters of type BatchDeleteDocumentsMetadata Modifier and Type Method Description BatchDeleteDocumentsMetadata.BuilderBatchDeleteDocumentsMetadata.Builder. mergeFrom(BatchDeleteDocumentsMetadata other)static BatchDeleteDocumentsMetadata.BuilderBatchDeleteDocumentsMetadata. newBuilder(BatchDeleteDocumentsMetadata prototype) -
Uses of BatchDeleteDocumentsMetadata in com.google.cloud.documentai.v1beta3.stub
-