Class: Google::Apis::CloudsearchV1::GetCustomerIndexStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GetCustomerIndexStatsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#average_indexed_item_count ⇒ Fixnum
Average item count for the given date range for which billing is done.
-
#stats ⇒ Array<Google::Apis::CloudsearchV1::CustomerIndexStats>
Summary of indexed item counts, one for each day in the requested range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetCustomerIndexStatsResponse
constructor
A new instance of GetCustomerIndexStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetCustomerIndexStatsResponse
Returns a new instance of GetCustomerIndexStatsResponse.
8170 8171 8172 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8170 def initialize(**args) update!(**args) end |
Instance Attribute Details
#average_indexed_item_count ⇒ Fixnum
Average item count for the given date range for which billing is done.
Corresponds to the JSON property averageIndexedItemCount
8163 8164 8165 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8163 def average_indexed_item_count @average_indexed_item_count end |
#stats ⇒ Array<Google::Apis::CloudsearchV1::CustomerIndexStats>
Summary of indexed item counts, one for each day in the requested range.
Corresponds to the JSON property stats
8168 8169 8170 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8168 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8175 8176 8177 8178 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8175 def update!(**args) @average_indexed_item_count = args[:average_indexed_item_count] if args.key?(:average_indexed_item_count) @stats = args[:stats] if args.key?(:stats) end |