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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PollItemsResponse

Returns a new instance of PollItemsResponse.



2784
2785
2786
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2784

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



2782
2783
2784
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2782

def items
  @items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2789
2790
2791
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2789

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