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 GetEvaluationRequestGetEvaluationRequest.Builder. build()GetEvaluationRequestGetEvaluationRequest.Builder. buildPartial()static GetEvaluationRequestGetEvaluationRequest. getDefaultInstance()GetEvaluationRequestGetEvaluationRequest.Builder. getDefaultInstanceForType()GetEvaluationRequestGetEvaluationRequest. getDefaultInstanceForType()static GetEvaluationRequestGetEvaluationRequest. parseDelimitedFrom(InputStream input)static GetEvaluationRequestGetEvaluationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationRequestGetEvaluationRequest. parseFrom(byte[] data)static GetEvaluationRequestGetEvaluationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationRequestGetEvaluationRequest. parseFrom(com.google.protobuf.ByteString data)static GetEvaluationRequestGetEvaluationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationRequestGetEvaluationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEvaluationRequestGetEvaluationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationRequestGetEvaluationRequest. parseFrom(InputStream input)static GetEvaluationRequestGetEvaluationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEvaluationRequestGetEvaluationRequest. parseFrom(ByteBuffer data)static GetEvaluationRequestGetEvaluationRequest. 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 EvaluationDataLabelingServiceClient. getEvaluation(GetEvaluationRequest request)Gets an evaluation by resource name (to search, use [projects.evaluations.search][google.cloud.datalabeling.v1beta1.DataLabelingService.SearchEvaluations]).default voidDataLabelingServiceGrpc.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]).EvaluationDataLabelingServiceGrpc.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]).voidDataLabelingServiceGrpc.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.BuilderGetEvaluationRequest.Builder. mergeFrom(GetEvaluationRequest other)static GetEvaluationRequest.BuilderGetEvaluationRequest. 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.
-