Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::Metrics::Rest::ServiceStub (v0.9.0)

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

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)