Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Stats

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Overview

This message type encapsulates a stats response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1Stats

Returns a new instance of GoogleCloudApigeeV1Stats.



6784
6785
6786
# File 'lib/google/apis/apigee_v1/classes.rb', line 6784

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#environmentsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsEnvironmentStats>

This field contains a list of query results on environment level. Corresponds to the JSON property environments



6772
6773
6774
# File 'lib/google/apis/apigee_v1/classes.rb', line 6772

def environments
  @environments
end

#hostsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsHostStats>

This field contains a list of query results grouped by host. Corresponds to the JSON property hosts



6777
6778
6779
# File 'lib/google/apis/apigee_v1/classes.rb', line 6777

def hosts
  @hosts
end

#meta_dataGoogle::Apis::ApigeeV1::GoogleCloudApigeeV1Metadata

This message type encapsulates additional information about query execution. Corresponds to the JSON property metaData



6782
6783
6784
# File 'lib/google/apis/apigee_v1/classes.rb', line 6782

def 
  @meta_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6789
6790
6791
6792
6793
# File 'lib/google/apis/apigee_v1/classes.rb', line 6789

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