Class: Google::Cloud::Dataflow::V1beta3::GetJobMetricsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#job_id::String

Returns The job to get metrics for.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::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