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 GetEvaluationJobRequestGetEvaluationJobRequest.Builder. build()GetEvaluationJobRequestGetEvaluationJobRequest.Builder. buildPartial()static GetEvaluationJobRequestGetEvaluationJobRequest. getDefaultInstance()GetEvaluationJobRequestGetEvaluationJobRequest.Builder. getDefaultInstanceForType()GetEvaluationJobRequestGetEvaluationJobRequest. getDefaultInstanceForType()static GetEvaluationJobRequestGetEvaluationJobRequest. parseDelimitedFrom(InputStream input)static GetEvaluationJobRequestGetEvaluationJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(byte[] data)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(InputStream input)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationJobRequestGetEvaluationJobRequest. parseFrom(ByteBuffer data)static GetEvaluationJobRequestGetEvaluationJobRequest. 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 EvaluationJobDataLabelingServiceClient. getEvaluationJob(GetEvaluationJobRequest request)Gets an evaluation job by resource name.default voidDataLabelingServiceGrpc.AsyncService. getEvaluationJob(GetEvaluationJobRequest request, io.grpc.stub.StreamObserver<EvaluationJob> responseObserver)Gets an evaluation job by resource name.EvaluationJobDataLabelingServiceGrpc.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.voidDataLabelingServiceGrpc.DataLabelingServiceStub. getEvaluationJob(GetEvaluationJobRequest request, io.grpc.stub.StreamObserver<EvaluationJob> responseObserver)Gets an evaluation job by resource name.GetEvaluationJobRequest.BuilderGetEvaluationJobRequest.Builder. mergeFrom(GetEvaluationJobRequest other)static GetEvaluationJobRequest.BuilderGetEvaluationJobRequest. 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.
-