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