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.



14928
14929
14930
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14928

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



14926
14927
14928
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14926

def items
  @items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14933
14934
14935
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14933

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