Class: Google::Cloud::Dataflow::V1beta3::GetJobMetricsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::GetJobMetricsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Request to get job metrics.
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
The job to get metrics for.
-
#location ⇒ ::String
The regional endpoint that contains the job specified by job_id.
-
#project_id ⇒ ::String
A project id.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Return only metric data that has changed since this time.
Instance Attribute Details
#job_id ⇒ ::String
Returns The job to get metrics for.
133 134 135 136 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 133 class GetJobMetricsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The regional endpoint that contains the job specified by job_id.
133 134 135 136 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 133 class GetJobMetricsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns A project id.
133 134 135 136 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 133 class GetJobMetricsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.
133 134 135 136 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 133 class GetJobMetricsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |