Class: Google::Apis::CloudsearchV1::PollItemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::PollItemsResponse
- 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
-
#items ⇒ Array<Google::Apis::CloudsearchV1::Item>
Set of items from the queue available for connector to process.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PollItemsResponse
constructor
A new instance of PollItemsResponse.
-
#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) ⇒ PollItemsResponse
Returns a new instance of PollItemsResponse
2623 2624 2625 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2623 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::CloudsearchV1::Item>
Set of items from the queue available for connector to process.
These items have the following subset of fields populated:
version
metadata.hash
structured_data.hash
content.hash
payload
status
queue
Corresponds to the JSON property items
2621 2622 2623 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2621 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2628 2629 2630 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2628 def update!(**args) @items = args[:items] if args.key?(:items) end |