Uses of Class
com.google.cloud.vision.v1p3beta1.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p3beta1.stub -
-
Uses of OperationMetadata in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return OperationMetadata Modifier and Type Method Description OperationMetadataOperationMetadata.Builder. build()OperationMetadataOperationMetadata.Builder. buildPartial()static OperationMetadataOperationMetadata. getDefaultInstance()OperationMetadataOperationMetadata.Builder. getDefaultInstanceForType()OperationMetadataOperationMetadata. getDefaultInstanceForType()static OperationMetadataOperationMetadata. parseDelimitedFrom(InputStream input)static OperationMetadataOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(byte[] data)static OperationMetadataOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.ByteString data)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static OperationMetadataOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(InputStream input)static OperationMetadataOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationMetadataOperationMetadata. parseFrom(ByteBuffer data)static OperationMetadataOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateFilesAsync(AsyncBatchAnnotateFilesRequest request)Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page.com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateFilesAsync(List<AsyncAnnotateFileRequest> requests)Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page.com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateFilesOperationCallable()Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page.com.google.api.gax.rpc.OperationCallSettings<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorSettings. asyncBatchAnnotateFilesOperationSettings()Returns the object with the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.OperationCallSettings.Builder<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorSettings.Builder. asyncBatchAnnotateFilesOperationSettings()Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.com.google.protobuf.Parser<OperationMetadata>OperationMetadata. getParserForType()static com.google.protobuf.Parser<OperationMetadata>OperationMetadata. parser()Methods in com.google.cloud.vision.v1p3beta1 with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.BuilderOperationMetadata.Builder. mergeFrom(OperationMetadata other)static OperationMetadata.BuilderOperationMetadata. newBuilder(OperationMetadata prototype) -
Uses of OperationMetadata in com.google.cloud.vision.v1p3beta1.stub
Methods in com.google.cloud.vision.v1p3beta1.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>GrpcImageAnnotatorStub. asyncBatchAnnotateFilesOperationCallable()com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>HttpJsonImageAnnotatorStub. asyncBatchAnnotateFilesOperationCallable()com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorStub. asyncBatchAnnotateFilesOperationCallable()com.google.api.gax.rpc.OperationCallSettings<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorStubSettings. asyncBatchAnnotateFilesOperationSettings()Returns the object with the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.OperationCallSettings.Builder<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorStubSettings.Builder. asyncBatchAnnotateFilesOperationSettings()Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.
-