Uses of Class
com.google.dataflow.v1beta3.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of UpdateJobRequest in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return UpdateJobRequest Modifier and Type Method Description UpdateJobRequest
UpdateJobRequest.Builder. build()
UpdateJobRequest
UpdateJobRequest.Builder. buildPartial()
static UpdateJobRequest
UpdateJobRequest. getDefaultInstance()
UpdateJobRequest
UpdateJobRequest.Builder. getDefaultInstanceForType()
UpdateJobRequest
UpdateJobRequest. getDefaultInstanceForType()
static UpdateJobRequest
UpdateJobRequest. parseDelimitedFrom(InputStream input)
static UpdateJobRequest
UpdateJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateJobRequest
UpdateJobRequest. parseFrom(byte[] data)
static UpdateJobRequest
UpdateJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateJobRequest
UpdateJobRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateJobRequest
UpdateJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateJobRequest
UpdateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateJobRequest
UpdateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateJobRequest
UpdateJobRequest. parseFrom(InputStream input)
static UpdateJobRequest
UpdateJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateJobRequest
UpdateJobRequest. parseFrom(ByteBuffer data)
static UpdateJobRequest
UpdateJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type UpdateJobRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateJobRequest>
UpdateJobRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateJobRequest,Job>
JobsV1Beta3Grpc. getUpdateJobMethod()
static com.google.protobuf.Parser<UpdateJobRequest>
UpdateJobRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
JobsV1Beta3Client. updateJobCallable()
Updates the state of an existing Cloud Dataflow job.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
JobsV1Beta3Settings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>
JobsV1Beta3Settings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.Methods in com.google.dataflow.v1beta3 with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobRequest.Builder
UpdateJobRequest.Builder. mergeFrom(UpdateJobRequest other)
static UpdateJobRequest.Builder
UpdateJobRequest. newBuilder(UpdateJobRequest prototype)
Job
JobsV1Beta3Client. updateJob(UpdateJobRequest request)
Updates the state of an existing Cloud Dataflow job.default void
JobsV1Beta3Grpc.AsyncService. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates the state of an existing Cloud Dataflow job.Job
JobsV1Beta3Grpc.JobsV1Beta3BlockingStub. updateJob(UpdateJobRequest request)
Updates the state of an existing Cloud Dataflow job.com.google.common.util.concurrent.ListenableFuture<Job>
JobsV1Beta3Grpc.JobsV1Beta3FutureStub. updateJob(UpdateJobRequest request)
Updates the state of an existing Cloud Dataflow job.void
JobsV1Beta3Grpc.JobsV1Beta3Stub. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates the state of an existing Cloud Dataflow job. -
Uses of UpdateJobRequest in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type UpdateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
GrpcJobsV1Beta3Stub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
HttpJsonJobsV1Beta3Stub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
JobsV1Beta3Stub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
JobsV1Beta3StubSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>
JobsV1Beta3StubSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.
-