Uses of Class
com.google.cloud.documentai.v1beta3.DeleteProcessorVersionRequest
-
Packages that use DeleteProcessorVersionRequest Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta3.stub -
-
Uses of DeleteProcessorVersionRequest in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return DeleteProcessorVersionRequest Modifier and Type Method Description DeleteProcessorVersionRequest
DeleteProcessorVersionRequest.Builder. build()
DeleteProcessorVersionRequest
DeleteProcessorVersionRequest.Builder. buildPartial()
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. getDefaultInstance()
DeleteProcessorVersionRequest
DeleteProcessorVersionRequest.Builder. getDefaultInstanceForType()
DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. getDefaultInstanceForType()
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseDelimitedFrom(InputStream input)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(byte[] data)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(InputStream input)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(ByteBuffer data)
static DeleteProcessorVersionRequest
DeleteProcessorVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type DeleteProcessorVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceClient. deleteProcessorVersionCallable()
Deletes the processor version, all artifacts under the processor version will be deleted.com.google.api.gax.rpc.OperationCallable<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceClient. deleteProcessorVersionOperationCallable()
Deletes the processor version, all artifacts under the processor version will be deleted.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceSettings.Builder. deleteProcessorVersionOperationSettings()
Returns the builder for the settings used for calls to deleteProcessorVersion.com.google.api.gax.rpc.OperationCallSettings<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceSettings. deleteProcessorVersionOperationSettings()
Returns the object with the settings used for calls to deleteProcessorVersion.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceSettings.Builder. deleteProcessorVersionSettings()
Returns the builder for the settings used for calls to deleteProcessorVersion.com.google.api.gax.rpc.UnaryCallSettings<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceSettings. deleteProcessorVersionSettings()
Returns the object with the settings used for calls to deleteProcessorVersion.static io.grpc.MethodDescriptor<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceGrpc. getDeleteProcessorVersionMethod()
com.google.protobuf.Parser<DeleteProcessorVersionRequest>
DeleteProcessorVersionRequest. getParserForType()
static com.google.protobuf.Parser<DeleteProcessorVersionRequest>
DeleteProcessorVersionRequest. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type DeleteProcessorVersionRequest Modifier and Type Method Description default void
DocumentProcessorServiceGrpc.AsyncService. deleteProcessorVersion(DeleteProcessorVersionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the processor version, all artifacts under the processor version will be deleted.com.google.longrunning.Operation
DocumentProcessorServiceGrpc.DocumentProcessorServiceBlockingStub. deleteProcessorVersion(DeleteProcessorVersionRequest request)
Deletes the processor version, all artifacts under the processor version will be deleted.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DocumentProcessorServiceGrpc.DocumentProcessorServiceFutureStub. deleteProcessorVersion(DeleteProcessorVersionRequest request)
Deletes the processor version, all artifacts under the processor version will be deleted.void
DocumentProcessorServiceGrpc.DocumentProcessorServiceStub. deleteProcessorVersion(DeleteProcessorVersionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the processor version, all artifacts under the processor version will be deleted.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceClient. deleteProcessorVersionAsync(DeleteProcessorVersionRequest request)
Deletes the processor version, all artifacts under the processor version will be deleted.DeleteProcessorVersionRequest.Builder
DeleteProcessorVersionRequest.Builder. mergeFrom(DeleteProcessorVersionRequest other)
static DeleteProcessorVersionRequest.Builder
DeleteProcessorVersionRequest. newBuilder(DeleteProcessorVersionRequest prototype)
-
Uses of DeleteProcessorVersionRequest in com.google.cloud.documentai.v1beta3.stub
Methods in com.google.cloud.documentai.v1beta3.stub that return types with arguments of type DeleteProcessorVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceStub. deleteProcessorVersionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
GrpcDocumentProcessorServiceStub. deleteProcessorVersionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
HttpJsonDocumentProcessorServiceStub. deleteProcessorVersionCallable()
com.google.api.gax.rpc.OperationCallable<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceStub. deleteProcessorVersionOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
GrpcDocumentProcessorServiceStub. deleteProcessorVersionOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
HttpJsonDocumentProcessorServiceStub. deleteProcessorVersionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceStubSettings.Builder. deleteProcessorVersionOperationSettings()
Returns the builder for the settings used for calls to deleteProcessorVersion.com.google.api.gax.rpc.OperationCallSettings<DeleteProcessorVersionRequest,com.google.protobuf.Empty,DeleteProcessorVersionMetadata>
DocumentProcessorServiceStubSettings. deleteProcessorVersionOperationSettings()
Returns the object with the settings used for calls to deleteProcessorVersion.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceStubSettings.Builder. deleteProcessorVersionSettings()
Returns the builder for the settings used for calls to deleteProcessorVersion.com.google.api.gax.rpc.UnaryCallSettings<DeleteProcessorVersionRequest,com.google.longrunning.Operation>
DocumentProcessorServiceStubSettings. deleteProcessorVersionSettings()
Returns the object with the settings used for calls to deleteProcessorVersion.
-