Class: Google::Apis::CloudsearchV1::PollItemsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::PollItemsResponse
- 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
-
#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.
Constructor Details
#initialize(**args) ⇒ PollItemsResponse
Returns a new instance of PollItemsResponse.
15494 15495 15496 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15494 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
15492 15493 15494 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15492 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15499 15500 15501 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15499 def update!(**args) @items = args[:items] if args.key?(:items) end |