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 UpdateJobRequestUpdateJobRequest.Builder. build()UpdateJobRequestUpdateJobRequest.Builder. buildPartial()static UpdateJobRequestUpdateJobRequest. getDefaultInstance()UpdateJobRequestUpdateJobRequest.Builder. getDefaultInstanceForType()UpdateJobRequestUpdateJobRequest. getDefaultInstanceForType()static UpdateJobRequestUpdateJobRequest. parseDelimitedFrom(InputStream input)static UpdateJobRequestUpdateJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(byte[] data)static UpdateJobRequestUpdateJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(InputStream input)static UpdateJobRequestUpdateJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(ByteBuffer data)static UpdateJobRequestUpdateJobRequest. 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.BuilderUpdateJobRequest.Builder. mergeFrom(UpdateJobRequest other)static UpdateJobRequest.BuilderUpdateJobRequest. newBuilder(UpdateJobRequest prototype)JobJobsV1Beta3Client. updateJob(UpdateJobRequest request)Updates the state of an existing Cloud Dataflow job.default voidJobsV1Beta3Grpc.AsyncService. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Updates the state of an existing Cloud Dataflow job.JobJobsV1Beta3Grpc.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.voidJobsV1Beta3Grpc.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.
-