Class: Google::Apis::CloudsearchV1::GetDataSourceIndexStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GetDataSourceIndexStatsResponse
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#stats ⇒ Array<Google::Apis::CloudsearchV1::DataSourceIndexStats>
Summary of indexed item counts, one for each day in the requested range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetDataSourceIndexStatsResponse
constructor
A new instance of GetDataSourceIndexStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetDataSourceIndexStatsResponse
Returns a new instance of GetDataSourceIndexStatsResponse
1166 1167 1168 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1166 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stats ⇒ Array<Google::Apis::CloudsearchV1::DataSourceIndexStats>
Summary of indexed item counts, one for each day in the requested range.
Corresponds to the JSON property stats
1164 1165 1166 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1164 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1171 1172 1173 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1171 def update!(**args) @stats = args[:stats] if args.key?(:stats) end |