lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.61.0 vs lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.62.0

- old
+ new

@@ -869,11 +869,11 @@ # Corresponds to the JSON property `gsrResponse` # NOTE: Values are automatically base64 encoded/decoded in the client library. # @return [String] attr_accessor :gsr_response - # The search API response. + # The search API response. NEXT ID: 17 # Corresponds to the JSON property `searchResponse` # @return [Google::Apis::CloudsearchV1::SearchResponse] attr_accessor :search_response def initialize(**args) @@ -7114,11 +7114,11 @@ def update!(**args) @quality = args[:quality] if args.key?(:quality) end end - # The search API request. + # The search API request. NEXT ID: 17 class SearchRequest include Google::Apis::Core::Hashable # Context attributes for the request which will be used to adjust ranking of # search results. The maximum number of elements is 10. @@ -7186,10 +7186,10 @@ @sort_options = args[:sort_options] if args.key?(:sort_options) @start = args[:start] if args.key?(:start) end end - # The search API response. + # The search API response. NEXT ID: 17 class SearchResponse include Google::Apis::Core::Hashable # Debugging information about the response. # Corresponds to the JSON property `debugInfo`