Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::Metrics::Rest::ServiceStub.
REST service stub for the Metrics service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#get_job_execution_details
def get_job_execution_details(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::JobExecutionDetails
Baseline implementation for the get_job_execution_details REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::GetJobExecutionDetailsRequest) — 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::JobExecutionDetails)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::JobExecutionDetails) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_job_metrics
def get_job_metrics(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::JobMetrics
Baseline implementation for the get_job_metrics REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::GetJobMetricsRequest) — 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::JobMetrics)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::JobMetrics) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_stage_execution_details
def get_stage_execution_details(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataflow::V1beta3::StageExecutionDetails
Baseline implementation for the get_stage_execution_details REST call
- request_pb (::Google::Cloud::Dataflow::V1beta3::GetStageExecutionDetailsRequest) — 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::StageExecutionDetails)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataflow::V1beta3::StageExecutionDetails) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub