Uses of Class
com.google.cloud.datalabeling.v1beta1.GetEvaluationJobRequest
-
Packages that use GetEvaluationJobRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of GetEvaluationJobRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return GetEvaluationJobRequest Modifier and Type Method Description GetEvaluationJobRequest
GetEvaluationJobRequest.Builder. build()
GetEvaluationJobRequest
GetEvaluationJobRequest.Builder. buildPartial()
static GetEvaluationJobRequest
GetEvaluationJobRequest. getDefaultInstance()
GetEvaluationJobRequest
GetEvaluationJobRequest.Builder. getDefaultInstanceForType()
GetEvaluationJobRequest
GetEvaluationJobRequest. getDefaultInstanceForType()
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseDelimitedFrom(InputStream input)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(byte[] data)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(InputStream input)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(ByteBuffer data)
static GetEvaluationJobRequest
GetEvaluationJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type GetEvaluationJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceClient. getEvaluationJobCallable()
Gets an evaluation job by resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceSettings.Builder. getEvaluationJobSettings()
Returns the builder for the settings used for calls to getEvaluationJob.com.google.api.gax.rpc.UnaryCallSettings<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceSettings. getEvaluationJobSettings()
Returns the object with the settings used for calls to getEvaluationJob.static io.grpc.MethodDescriptor<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceGrpc. getGetEvaluationJobMethod()
com.google.protobuf.Parser<GetEvaluationJobRequest>
GetEvaluationJobRequest. getParserForType()
static com.google.protobuf.Parser<GetEvaluationJobRequest>
GetEvaluationJobRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type GetEvaluationJobRequest Modifier and Type Method Description EvaluationJob
DataLabelingServiceClient. getEvaluationJob(GetEvaluationJobRequest request)
Gets an evaluation job by resource name.default void
DataLabelingServiceGrpc.AsyncService. getEvaluationJob(GetEvaluationJobRequest request, io.grpc.stub.StreamObserver<EvaluationJob> responseObserver)
Gets an evaluation job by resource name.EvaluationJob
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getEvaluationJob(GetEvaluationJobRequest request)
Gets an evaluation job by resource name.com.google.common.util.concurrent.ListenableFuture<EvaluationJob>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getEvaluationJob(GetEvaluationJobRequest request)
Gets an evaluation job by resource name.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getEvaluationJob(GetEvaluationJobRequest request, io.grpc.stub.StreamObserver<EvaluationJob> responseObserver)
Gets an evaluation job by resource name.GetEvaluationJobRequest.Builder
GetEvaluationJobRequest.Builder. mergeFrom(GetEvaluationJobRequest other)
static GetEvaluationJobRequest.Builder
GetEvaluationJobRequest. newBuilder(GetEvaluationJobRequest prototype)
-
Uses of GetEvaluationJobRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type GetEvaluationJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceStub. getEvaluationJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetEvaluationJobRequest,EvaluationJob>
GrpcDataLabelingServiceStub. getEvaluationJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceStubSettings.Builder. getEvaluationJobSettings()
Returns the builder for the settings used for calls to getEvaluationJob.com.google.api.gax.rpc.UnaryCallSettings<GetEvaluationJobRequest,EvaluationJob>
DataLabelingServiceStubSettings. getEvaluationJobSettings()
Returns the object with the settings used for calls to getEvaluationJob.
-