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