class Google::Apis::DataflowV1b3::MetricShortId
The metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequest
Attributes
metric_index[RW]
The index of the corresponding metric in the ReportWorkItemStatusRequest
. Required. Corresponds to the JSON property `metricIndex` @return [Fixnum]
short_id[RW]
The service-generated short identifier for the metric. Corresponds to the JSON property `shortId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2912 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2917 def update!(**args) @metric_index = args[:metric_index] if args.key?(:metric_index) @short_id = args[:short_id] if args.key?(:short_id) end