class Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsNode
This message type encapsulates a data node as represented below: ` “identifier” : ` “names”: [ “apiproxy” ], “values”: [ “sirjee” ] `, “metric”: [ ` “env”: “ prod”, “name”: “sum(message_count)”, “values”: [ 36.0 ] ` ] ` OR ` “env”: “ prod”, “name”: “sum(message_count)”, “values”: [ 36.0 ] ` Depending on whether a dimension is present in the query or not the data node type can be a simple metric value or dimension identifier with list of metrics.
Attributes
data[RW]
Corresponds to the JSON property `data` @return [Array<Object>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4902 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 4907 def update!(**args) @data = args[:data] if args.key?(:data) end