Class: Google::Apis::CloudsearchV1::PollItemsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PollItemsResponse

Returns a new instance of PollItemsResponse.



5642
5643
5644
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5642

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#itemsArray<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



5640
5641
5642
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5640

def items
  @items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5647
5648
5649
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5647

def update!(**args)
  @items = args[:items] if args.key?(:items)
end