Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::Jobs::Rest::ServiceStub.
REST service stub for the Jobs service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#aggregated_list_jobs
def aggregated_list_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::ListJobsResponse
Baseline implementation for the aggregated_list_jobs REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::ListJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataflow::V1beta3::ListJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::ListJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_job
def create_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::Job
Baseline implementation for the create_job REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::CreateJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataflow::V1beta3::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_job
def get_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::Job
Baseline implementation for the get_job REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::GetJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataflow::V1beta3::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_jobs
def list_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::ListJobsResponse
Baseline implementation for the list_jobs REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::ListJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataflow::V1beta3::ListJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::ListJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#snapshot_job
def snapshot_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::Snapshot
Baseline implementation for the snapshot_job REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::SnapshotJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataflow::V1beta3::Snapshot)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::Snapshot) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_job
def update_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::Job
Baseline implementation for the update_job REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::UpdateJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Dataflow::V1beta3::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::Job) — A result object deserialized from the server's reply
- (::ArgumentError)