Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::GetStageExecutionDetailsRequest (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::GetStageExecutionDetailsRequest.

Request to get information about a particular execution stage of a job. Currently only tracked for Batch jobs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#job_id

def job_id() -> ::String
Returns
  • (::String) — The job to get execution details for.

#job_id=

def job_id=(value) -> ::String
Parameter
  • value (::String) — The job to get execution details for.
Returns
  • (::String) — The job to get execution details for.

#location

def location() -> ::String
Returns

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — The regional endpoint that contains the job specified by job_id.
Returns

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
Returns
  • (::Integer) — If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

#page_token

def page_token() -> ::String
Returns
  • (::String) — If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
Returns
  • (::String) — If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

#project_id

def project_id() -> ::String
Returns
  • (::String) — A project id.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — A project id.
Returns
  • (::String) — A project id.

#stage_id

def stage_id() -> ::String
Returns
  • (::String) — The stage for which to fetch information.

#stage_id=

def stage_id=(value) -> ::String
Parameter
  • value (::String) — The stage for which to fetch information.
Returns
  • (::String) — The stage for which to fetch information.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns