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 LabelTextRequest
LabelTextRequest.Builder. build()
LabelTextRequest
LabelTextRequest.Builder. buildPartial()
static LabelTextRequest
LabelTextRequest. getDefaultInstance()
LabelTextRequest
LabelTextRequest.Builder. getDefaultInstanceForType()
LabelTextRequest
LabelTextRequest. getDefaultInstanceForType()
static LabelTextRequest
LabelTextRequest. parseDelimitedFrom(InputStream input)
static LabelTextRequest
LabelTextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelTextRequest
LabelTextRequest. parseFrom(byte[] data)
static LabelTextRequest
LabelTextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelTextRequest
LabelTextRequest. parseFrom(com.google.protobuf.ByteString data)
static LabelTextRequest
LabelTextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelTextRequest
LabelTextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelTextRequest
LabelTextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelTextRequest
LabelTextRequest. parseFrom(InputStream input)
static LabelTextRequest
LabelTextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelTextRequest
LabelTextRequest. parseFrom(ByteBuffer data)
static LabelTextRequest
LabelTextRequest. 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 void
DataLabelingServiceGrpc.AsyncService. labelText(LabelTextRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a labeling task for text.com.google.longrunning.Operation
DataLabelingServiceGrpc.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.void
DataLabelingServiceGrpc.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.Builder
LabelTextRequest.Builder. mergeFrom(LabelTextRequest other)
static LabelTextRequest.Builder
LabelTextRequest. 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.
-