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 PauseEvaluationJobRequest
PauseEvaluationJobRequest.Builder. build()
PauseEvaluationJobRequest
PauseEvaluationJobRequest.Builder. buildPartial()
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. getDefaultInstance()
PauseEvaluationJobRequest
PauseEvaluationJobRequest.Builder. getDefaultInstanceForType()
PauseEvaluationJobRequest
PauseEvaluationJobRequest. getDefaultInstanceForType()
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseDelimitedFrom(InputStream input)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(byte[] data)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(InputStream input)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. parseFrom(ByteBuffer data)
static PauseEvaluationJobRequest
PauseEvaluationJobRequest. 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.Builder
PauseEvaluationJobRequest.Builder. mergeFrom(PauseEvaluationJobRequest other)
static PauseEvaluationJobRequest.Builder
PauseEvaluationJobRequest. newBuilder(PauseEvaluationJobRequest prototype)
void
DataLabelingServiceClient. pauseEvaluationJob(PauseEvaluationJobRequest request)
Pauses an evaluation job.default void
DataLabelingServiceGrpc.AsyncService. pauseEvaluationJob(PauseEvaluationJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Pauses an evaluation job.com.google.protobuf.Empty
DataLabelingServiceGrpc.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.void
DataLabelingServiceGrpc.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.
-