Class: Google::Apis::CloudnumberregistryV1alpha::RealmAggregatedData
- Inherits:
-
Object
- Object
- Google::Apis::CloudnumberregistryV1alpha::RealmAggregatedData
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudnumberregistry_v1alpha/classes.rb,
lib/google/apis/cloudnumberregistry_v1alpha/representations.rb,
lib/google/apis/cloudnumberregistry_v1alpha/representations.rb
Overview
Aggregated data for the Realm.
Instance Attribute Summary collapse
-
#custom_ranges_count ⇒ Fixnum
Output only.
-
#discovered_ranges_count ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RealmAggregatedData
constructor
A new instance of RealmAggregatedData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RealmAggregatedData
Returns a new instance of RealmAggregatedData.
1089 1090 1091 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 1089 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_ranges_count ⇒ Fixnum
Output only. Number of custom ranges in the Realm.
Corresponds to the JSON property customRangesCount
1082 1083 1084 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 1082 def custom_ranges_count @custom_ranges_count end |
#discovered_ranges_count ⇒ Fixnum
Output only. Number of discovered ranges in the Realm.
Corresponds to the JSON property discoveredRangesCount
1087 1088 1089 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 1087 def discovered_ranges_count @discovered_ranges_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1094 1095 1096 1097 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 1094 def update!(**args) @custom_ranges_count = args[:custom_ranges_count] if args.key?(:custom_ranges_count) @discovered_ranges_count = args[:discovered_ranges_count] if args.key?(:discovered_ranges_count) end |