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