class Google::Apis::ApigeeV1::GoogleCloudApigeeV1Stats

This message type encapsulates a stats response.

Attributes

environments[RW]

This field contains a list of query results on environment level. Corresponds to the JSON property `environments` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsEnvironmentStats>]

hosts[RW]

This field contains a list of query results grouped by host. Corresponds to the JSON property `hosts` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsHostStats>]

meta_data[RW]

This message type encapsulates additional information about query execution. Corresponds to the JSON property `metaData` @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metadata]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 6722
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 6727
def update!(**args)
  @environments = args[:environments] if args.key?(:environments)
  @hosts = args[:hosts] if args.key?(:hosts)
  @meta_data = args[:meta_data] if args.key?(:meta_data)
end