google-apis-cloudsearch_v1 0.65.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f36310c4140f1703b52fb5230aada7e9302fce181e97f210a336c0fddea7eb6
4
- data.tar.gz: 78189830b293d1aee6e0411fc244465e69aba41d5cc4996d237d21f1fc931d9f
3
+ metadata.gz: 9e23179da147cd0d4125523d3a3caa87f55ac3cd9152bdb5b58e3f9865f35d11
4
+ data.tar.gz: 30f2bf79a08b08ee359cdb23abb55b902b7b91eaa06620f8c3ae0df8edf323a2
5
5
  SHA512:
6
- metadata.gz: e5507dc1e0f689ea007f0fc0fe3b25462415120561240da0481c22a5b20c1cc9cef4118c96551ae7e41b8b32b394d960337033c159cf6f1669c70bc71220b55e
7
- data.tar.gz: 430d12dce2840f3f8f5af59ec998de35b063bb5ea204704daf7cf0401699063f3fe355b5edd0276aa589712e9c3aa49f13e16f556bd757a7f2a96c3fa0fb32d9
6
+ metadata.gz: 4874de12e02988292d2b4b044010bbad4c325a24739a45502e0eb508471cd411a2d71a09090e9b924bd4cdd4939cbaafd3c13393836d325770eb01826f1f3ffa
7
+ data.tar.gz: 11c392e24c41b27a096db2b0f23217d72ce632730d0cf0c6792bb7193d71c94d7cb6ac0b290107e6153f113919e2baa9871c25e4cba4e17c065a08adfc9cb3fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.66.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260114
6
+
3
7
  ### v0.65.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260107
@@ -855,39 +855,6 @@ module Google
855
855
  end
856
856
  end
857
857
 
858
- # Debug Search Response.
859
- class DebugResponse
860
- include Google::Apis::Core::Hashable
861
-
862
- # Serialized string of GenericSearchRequest.
863
- # Corresponds to the JSON property `gsrRequest`
864
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
865
- # @return [String]
866
- attr_accessor :gsr_request
867
-
868
- # Serialized string of GenericSearchResponse.
869
- # Corresponds to the JSON property `gsrResponse`
870
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
871
- # @return [String]
872
- attr_accessor :gsr_response
873
-
874
- # The search API response. NEXT ID: 19
875
- # Corresponds to the JSON property `searchResponse`
876
- # @return [Google::Apis::CloudsearchV1::SearchResponse]
877
- attr_accessor :search_response
878
-
879
- def initialize(**args)
880
- update!(**args)
881
- end
882
-
883
- # Update properties of this object
884
- def update!(**args)
885
- @gsr_request = args[:gsr_request] if args.key?(:gsr_request)
886
- @gsr_response = args[:gsr_response] if args.key?(:gsr_response)
887
- @search_response = args[:search_response] if args.key?(:search_response)
888
- end
889
- end
890
-
891
858
  #
892
859
  class DeleteQueueItemsRequest
893
860
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsearchV1
18
18
  # Version of the google-apis-cloudsearch_v1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260107"
25
+ REVISION = "20260114"
26
26
  end
27
27
  end
28
28
  end
@@ -166,12 +166,6 @@ module Google
166
166
  include Google::Apis::Core::JsonObjectSupport
167
167
  end
168
168
 
169
- class DebugResponse
170
- class Representation < Google::Apis::Core::JsonRepresentation; end
171
-
172
- include Google::Apis::Core::JsonObjectSupport
173
- end
174
-
175
169
  class DeleteQueueItemsRequest
176
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
171
 
@@ -1598,16 +1592,6 @@ module Google
1598
1592
  end
1599
1593
  end
1600
1594
 
1601
- class DebugResponse
1602
- # @private
1603
- class Representation < Google::Apis::Core::JsonRepresentation
1604
- property :gsr_request, :base64 => true, as: 'gsrRequest'
1605
- property :gsr_response, :base64 => true, as: 'gsrResponse'
1606
- property :search_response, as: 'searchResponse', class: Google::Apis::CloudsearchV1::SearchResponse, decorator: Google::Apis::CloudsearchV1::SearchResponse::Representation
1607
-
1608
- end
1609
- end
1610
-
1611
1595
  class DeleteQueueItemsRequest
1612
1596
  # @private
1613
1597
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -879,41 +879,6 @@ module Google
879
879
  execute_or_queue_command(command, &block)
880
880
  end
881
881
 
882
- # Returns Debug information for Cloud Search Query API provides the search
883
- # method. **Note:** This API requires a standard end user account to execute. A
884
- # service account can't perform Query API requests directly; to use a service
885
- # account to perform queries, set up [Google Workspace domain-wide delegation of
886
- # authority](https://developers.google.com/workspace/cloud-search/docs/guides/
887
- # delegation/).
888
- # @param [Google::Apis::CloudsearchV1::SearchRequest] search_request_object
889
- # @param [String] fields
890
- # Selector specifying which fields to include in a partial response.
891
- # @param [String] quota_user
892
- # Available to use for quota purposes for server-side applications. Can be any
893
- # arbitrary string assigned to a user, but should not exceed 40 characters.
894
- # @param [Google::Apis::RequestOptions] options
895
- # Request-specific options
896
- #
897
- # @yield [result, err] Result & error if block supplied
898
- # @yieldparam result [Google::Apis::CloudsearchV1::DebugResponse] parsed result object
899
- # @yieldparam err [StandardError] error object if request failed
900
- #
901
- # @return [Google::Apis::CloudsearchV1::DebugResponse]
902
- #
903
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
904
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
905
- # @raise [Google::Apis::AuthorizationError] Authorization is required
906
- def debug_query_search(search_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
907
- command = make_simple_command(:post, 'v1/query:debugSearch', options)
908
- command.request_representation = Google::Apis::CloudsearchV1::SearchRequest::Representation
909
- command.request_object = search_request_object
910
- command.response_representation = Google::Apis::CloudsearchV1::DebugResponse::Representation
911
- command.response_class = Google::Apis::CloudsearchV1::DebugResponse
912
- command.query['fields'] = fields unless fields.nil?
913
- command.query['quotaUser'] = quota_user unless quota_user.nil?
914
- execute_or_queue_command(command, &block)
915
- end
916
-
917
882
  # Provides functionality to remove logged activity for a user. Currently to be
918
883
  # used only for Chat 1p clients **Note:** This API requires a standard end user
919
884
  # account to execute. A service account can't perform Remove Activity requests
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsearch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.66.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
62
62
  rdoc_options: []
63
63
  require_paths: