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
- (::Google::Protobuf::Timestamp) — Upper time bound of work items to include, by start time.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Upper time bound of work items to include, by start time.
Returns
- (::Google::Protobuf::Timestamp) — Upper time bound of work items to include, by start time.
#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
- (::String) — The regional endpoint that contains the job specified by job_id.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — The regional endpoint that contains the job specified by job_id.
Returns
- (::String) — The regional endpoint that contains the job specified by job_id.
#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
- (::Google::Protobuf::Timestamp) — Lower time bound of work items to include, by start time.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Lower time bound of work items to include, by start time.
Returns
- (::Google::Protobuf::Timestamp) — Lower time bound of work items to include, by start time.