Uses of Class
com.google.cloud.documentai.v1.UndeployProcessorVersionResponse
-
Packages that use UndeployProcessorVersionResponse Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI APIcom.google.cloud.documentai.v1.stub -
-
Uses of UndeployProcessorVersionResponse in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return UndeployProcessorVersionResponse Modifier and Type Method Description UndeployProcessorVersionResponse
UndeployProcessorVersionResponse.Builder. build()
UndeployProcessorVersionResponse
UndeployProcessorVersionResponse.Builder. buildPartial()
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. getDefaultInstance()
UndeployProcessorVersionResponse
UndeployProcessorVersionResponse.Builder. getDefaultInstanceForType()
UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. getDefaultInstanceForType()
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseDelimitedFrom(InputStream input)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(byte[] data)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(com.google.protobuf.ByteString data)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(InputStream input)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(ByteBuffer data)
static UndeployProcessorVersionResponse
UndeployProcessorVersionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type UndeployProcessorVersionResponse Modifier and Type Method Description com.google.protobuf.Parser<UndeployProcessorVersionResponse>
UndeployProcessorVersionResponse. getParserForType()
static com.google.protobuf.Parser<UndeployProcessorVersionResponse>
UndeployProcessorVersionResponse. parser()
com.google.api.gax.longrunning.OperationFuture<UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata>
DocumentProcessorServiceClient. undeployProcessorVersionAsync(ProcessorVersionName name)
Undeploys the processor version.com.google.api.gax.longrunning.OperationFuture<UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata>
DocumentProcessorServiceClient. undeployProcessorVersionAsync(UndeployProcessorVersionRequest request)
Undeploys the processor version.com.google.api.gax.longrunning.OperationFuture<UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata>
DocumentProcessorServiceClient. undeployProcessorVersionAsync(String name)
Undeploys the processor version.com.google.api.gax.rpc.OperationCallable<UndeployProcessorVersionRequest,UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata>
DocumentProcessorServiceClient. undeployProcessorVersionOperationCallable()
Undeploys the processor version.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployProcessorVersionRequest,UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata>
DocumentProcessorServiceSettings.Builder. undeployProcessorVersionOperationSettings()
Returns the builder for the settings used for calls to undeployProcessorVersion.com.google.api.gax.rpc.OperationCallSettings<UndeployProcessorVersionRequest,UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata>
DocumentProcessorServiceSettings. undeployProcessorVersionOperationSettings()
Returns the object with the settings used for calls to undeployProcessorVersion.Methods in com.google.cloud.documentai.v1 with parameters of type UndeployProcessorVersionResponse Modifier and Type Method Description UndeployProcessorVersionResponse.Builder
UndeployProcessorVersionResponse.Builder. mergeFrom(UndeployProcessorVersionResponse other)
static UndeployProcessorVersionResponse.Builder
UndeployProcessorVersionResponse. newBuilder(UndeployProcessorVersionResponse prototype)
-
Uses of UndeployProcessorVersionResponse in com.google.cloud.documentai.v1.stub
-