Class: Google::Cloud::Dataflow::V1beta3::GetStageExecutionDetailsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::GetStageExecutionDetailsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Request to get information about a particular execution stage of a job. Currently only tracked for Batch jobs.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Upper time bound of work items to include, by start time.
-
#job_id ⇒ ::String
The job to get execution details for.
-
#location ⇒ ::String
The regional endpoint that contains the job specified by job_id.
-
#page_size ⇒ ::Integer
If specified, determines the maximum number of work items to return.
-
#page_token ⇒ ::String
If supplied, this should be the value of next_page_token returned by an earlier call.
-
#project_id ⇒ ::String
A project id.
-
#stage_id ⇒ ::String
The stage for which to fetch information.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Lower time bound of work items to include, by start time.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns Upper time bound of work items to include, by start time.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
Returns The job to get execution details for.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The regional endpoint that contains the job specified by job_id.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::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.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns A project id.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stage_id ⇒ ::String
Returns The stage for which to fetch information.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Lower time bound of work items to include, by start time.
283 284 285 286 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 283 class GetStageExecutionDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |