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