Uses of Class
com.google.cloud.datalabeling.v1beta1.LabelImageRequest
-
Packages that use LabelImageRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of LabelImageRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return LabelImageRequest Modifier and Type Method Description LabelImageRequestLabelImageRequest.Builder. build()LabelImageRequestLabelImageRequest.Builder. buildPartial()static LabelImageRequestLabelImageRequest. getDefaultInstance()LabelImageRequestLabelImageRequest.Builder. getDefaultInstanceForType()LabelImageRequestLabelImageRequest. getDefaultInstanceForType()static LabelImageRequestLabelImageRequest. parseDelimitedFrom(InputStream input)static LabelImageRequestLabelImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelImageRequestLabelImageRequest. parseFrom(byte[] data)static LabelImageRequestLabelImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelImageRequestLabelImageRequest. parseFrom(com.google.protobuf.ByteString data)static LabelImageRequestLabelImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelImageRequestLabelImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LabelImageRequestLabelImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelImageRequestLabelImageRequest. parseFrom(InputStream input)static LabelImageRequestLabelImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelImageRequestLabelImageRequest. parseFrom(ByteBuffer data)static LabelImageRequestLabelImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type LabelImageRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceGrpc. getLabelImageMethod()com.google.protobuf.Parser<LabelImageRequest>LabelImageRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceClient. labelImageCallable()Starts a labeling task for image.com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceClient. labelImageOperationCallable()Starts a labeling task for image.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceSettings.Builder. labelImageOperationSettings()Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceSettings. labelImageOperationSettings()Returns the object with the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings.Builder<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceSettings.Builder. labelImageSettings()Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceSettings. labelImageSettings()Returns the object with the settings used for calls to labelImage.static com.google.protobuf.Parser<LabelImageRequest>LabelImageRequest. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type LabelImageRequest Modifier and Type Method Description default voidDataLabelingServiceGrpc.AsyncService. labelImage(LabelImageRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a labeling task for image.com.google.longrunning.OperationDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. labelImage(LabelImageRequest request)Starts a labeling task for image.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DataLabelingServiceGrpc.DataLabelingServiceFutureStub. labelImage(LabelImageRequest request)Starts a labeling task for image.voidDataLabelingServiceGrpc.DataLabelingServiceStub. labelImage(LabelImageRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceClient. labelImageAsync(LabelImageRequest request)Starts a labeling task for image.LabelImageRequest.BuilderLabelImageRequest.Builder. mergeFrom(LabelImageRequest other)static LabelImageRequest.BuilderLabelImageRequest. newBuilder(LabelImageRequest prototype) -
Uses of LabelImageRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type LabelImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceStub. labelImageCallable()com.google.api.gax.rpc.UnaryCallable<LabelImageRequest,com.google.longrunning.Operation>GrpcDataLabelingServiceStub. labelImageCallable()com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceStub. labelImageOperationCallable()com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>GrpcDataLabelingServiceStub. labelImageOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceStubSettings.Builder. labelImageOperationSettings()Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceStubSettings. labelImageOperationSettings()Returns the object with the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings.Builder<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceStubSettings.Builder. labelImageSettings()Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings<LabelImageRequest,com.google.longrunning.Operation>DataLabelingServiceStubSettings. labelImageSettings()Returns the object with the settings used for calls to labelImage.
-