google-apis-cloudsearch_v1 0.64.0 → 0.65.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: 2c66b17b73a42c34a8b3adf3e885f046ca2d1c902b3c112f007128255512f90b
4
- data.tar.gz: f0e1c36f6863c32610adc7df1a47d84c7413ae5a1eb4316fc1330ca3100c4b85
3
+ metadata.gz: 4f36310c4140f1703b52fb5230aada7e9302fce181e97f210a336c0fddea7eb6
4
+ data.tar.gz: 78189830b293d1aee6e0411fc244465e69aba41d5cc4996d237d21f1fc931d9f
5
5
  SHA512:
6
- metadata.gz: 6f6a0fdad2a443a8f2c5a36251c09390b30891cd0a0fdb377868991fee140b947345f9a109089886ad3ce2608cab50a882bd48f9fa44550e2e2f665ea19b310c
7
- data.tar.gz: 1689f03650e45abe046dba4e511c6b6f7de80968ed563dd304cf5223a15c16e665f62f26a2419d98244d9270e255326147c9c51d6de3e09202ac8b31c18d1e3c
6
+ metadata.gz: e5507dc1e0f689ea007f0fc0fe3b25462415120561240da0481c22a5b20c1cc9cef4118c96551ae7e41b8b32b394d960337033c159cf6f1669c70bc71220b55e
7
+ data.tar.gz: 430d12dce2840f3f8f5af59ec998de35b063bb5ea204704daf7cf0401699063f3fe355b5edd0276aa589712e9c3aa49f13e16f556bd757a7f2a96c3fa0fb32d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.65.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260107
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.64.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/cloud-search/docs/guides/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/workspace/cloud-search/docs/guides/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -871,7 +871,7 @@ module Google
871
871
  # @return [String]
872
872
  attr_accessor :gsr_response
873
873
 
874
- # The search API response. NEXT ID: 17
874
+ # The search API response. NEXT ID: 19
875
875
  # Corresponds to the JSON property `searchResponse`
876
876
  # @return [Google::Apis::CloudsearchV1::SearchResponse]
877
877
  attr_accessor :search_response
@@ -4119,7 +4119,7 @@ module Google
4119
4119
  include Google::Apis::Core::Hashable
4120
4120
 
4121
4121
  # Access control list information for the item. For more information see [Map
4122
- # ACLs](https://developers.google.com/cloud-search/docs/guides/acls).
4122
+ # ACLs](https://developers.google.com/workspace/cloud-search/docs/guides/acls).
4123
4123
  # Corresponds to the JSON property `acl`
4124
4124
  # @return [Google::Apis::CloudsearchV1::ItemAcl]
4125
4125
  attr_accessor :acl
@@ -4175,8 +4175,8 @@ module Google
4175
4175
  # queued item with a version value that is less than or equal to the version of
4176
4176
  # the currently indexed item. The maximum length for this field is 1024 bytes.
4177
4177
  # For information on how item version affects the deletion process, refer to [
4178
- # Handle revisions after manual deletes](https://developers.google.com/cloud-
4179
- # search/docs/guides/operations).
4178
+ # Handle revisions after manual deletes](https://developers.google.com/workspace/
4179
+ # cloud-search/docs/guides/operations).
4180
4180
  # Corresponds to the JSON property `version`
4181
4181
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
4182
4182
  # @return [String]
@@ -4202,7 +4202,7 @@ module Google
4202
4202
  end
4203
4203
 
4204
4204
  # Access control list information for the item. For more information see [Map
4205
- # ACLs](https://developers.google.com/cloud-search/docs/guides/acls).
4205
+ # ACLs](https://developers.google.com/workspace/cloud-search/docs/guides/acls).
4206
4206
  class ItemAcl
4207
4207
  include Google::Apis::Core::Hashable
4208
4208
 
@@ -4602,6 +4602,14 @@ module Google
4602
4602
  # @return [Array<Google::Apis::CloudsearchV1::Operation>]
4603
4603
  attr_accessor :operations
4604
4604
 
4605
+ # Unordered list. Unreachable resources. Populated when the request sets `
4606
+ # ListOperationsRequest.return_partial_success` and reads across collections.
4607
+ # For example, when attempting to list all resources across all supported
4608
+ # locations.
4609
+ # Corresponds to the JSON property `unreachable`
4610
+ # @return [Array<String>]
4611
+ attr_accessor :unreachable
4612
+
4605
4613
  def initialize(**args)
4606
4614
  update!(**args)
4607
4615
  end
@@ -4610,6 +4618,7 @@ module Google
4610
4618
  def update!(**args)
4611
4619
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
4612
4620
  @operations = args[:operations] if args.key?(:operations)
4621
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
4613
4622
  end
4614
4623
  end
4615
4624
 
@@ -5844,7 +5853,8 @@ module Google
5844
5853
  # supported for Text properties. IsReturnable must be true to set this option.
5845
5854
  # In a given datasource maximum of 5 properties can be marked as
5846
5855
  # is_wildcard_searchable. For more details, see [Define object properties](https:
5847
- # //developers.google.com/cloud-search/docs/guides/schema-guide#properties)
5856
+ # //developers.google.com/workspace/cloud-search/docs/guides/schema-guide#
5857
+ # properties)
5848
5858
  # Corresponds to the JSON property `isWildcardSearchable`
5849
5859
  # @return [Boolean]
5850
5860
  attr_accessor :is_wildcard_searchable
@@ -6088,6 +6098,16 @@ module Google
6088
6098
  # @return [String]
6089
6099
  attr_accessor :interpreted_query
6090
6100
 
6101
+ # The actual number of results returned by the interpreted query.
6102
+ # Corresponds to the JSON property `interpretedQueryActualResultCount`
6103
+ # @return [Fixnum]
6104
+ attr_accessor :interpreted_query_actual_result_count
6105
+
6106
+ # The estimated number of results returned by the interpreted query.
6107
+ # Corresponds to the JSON property `interpretedQueryEstimatedResultCount`
6108
+ # @return [Fixnum]
6109
+ attr_accessor :interpreted_query_estimated_result_count
6110
+
6091
6111
  # The reason for interpretation of the query. This field will not be UNSPECIFIED
6092
6112
  # if the interpretation type is not NONE.
6093
6113
  # Corresponds to the JSON property `reason`
@@ -6102,6 +6122,8 @@ module Google
6102
6122
  def update!(**args)
6103
6123
  @interpretation_type = args[:interpretation_type] if args.key?(:interpretation_type)
6104
6124
  @interpreted_query = args[:interpreted_query] if args.key?(:interpreted_query)
6125
+ @interpreted_query_actual_result_count = args[:interpreted_query_actual_result_count] if args.key?(:interpreted_query_actual_result_count)
6126
+ @interpreted_query_estimated_result_count = args[:interpreted_query_estimated_result_count] if args.key?(:interpreted_query_estimated_result_count)
6105
6127
  @reason = args[:reason] if args.key?(:reason)
6106
6128
  end
6107
6129
  end
@@ -7058,7 +7080,7 @@ module Google
7058
7080
  end
7059
7081
  end
7060
7082
 
7061
- # The search API request. NEXT ID: 17
7083
+ # The search API request. NEXT ID: 24
7062
7084
  class SearchRequest
7063
7085
  include Google::Apis::Core::Hashable
7064
7086
 
@@ -7130,7 +7152,7 @@ module Google
7130
7152
  end
7131
7153
  end
7132
7154
 
7133
- # The search API response. NEXT ID: 17
7155
+ # The search API response. NEXT ID: 19
7134
7156
  class SearchResponse
7135
7157
  include Google::Apis::Core::Hashable
7136
7158
 
@@ -7212,7 +7234,7 @@ module Google
7212
7234
  end
7213
7235
  end
7214
7236
 
7215
- # Results containing indexed information for a document.
7237
+ # Results containing indexed information for a document. Next ID: 16
7216
7238
  class SearchResult
7217
7239
  include Google::Apis::Core::Hashable
7218
7240
 
@@ -8005,11 +8027,11 @@ module Google
8005
8027
  attr_accessor :source
8006
8028
 
8007
8029
  # Only applies to [`settings.datasources.patch`](https://developers.google.com/
8008
- # cloud-search/docs/reference/rest/v1/settings.datasources/patch). Update mask
8009
- # to control which fields to update. Example field paths: `name`, `displayName`.
8010
- # * If `update_mask` is non-empty, then only the fields specified in the `
8011
- # update_mask` are updated. * If you specify a field in the `update_mask`, but
8012
- # don't specify its value in the source, that field is cleared. * If the `
8030
+ # workspace/cloud-search/docs/reference/rest/v1/settings.datasources/patch).
8031
+ # Update mask to control which fields to update. Example field paths: `name`, `
8032
+ # displayName`. * If `update_mask` is non-empty, then only the fields specified
8033
+ # in the `update_mask` are updated. * If you specify a field in the `update_mask`
8034
+ # , but don't specify its value in the source, that field is cleared. * If the `
8013
8035
  # update_mask` is not present or empty or has the value `*`, then all fields are
8014
8036
  # updated.
8015
8037
  # Corresponds to the JSON property `updateMask`
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241113"
25
+ REVISION = "20260107"
26
26
  end
27
27
  end
28
28
  end
@@ -2692,6 +2692,7 @@ module Google
2692
2692
  property :next_page_token, as: 'nextPageToken'
2693
2693
  collection :operations, as: 'operations', class: Google::Apis::CloudsearchV1::Operation, decorator: Google::Apis::CloudsearchV1::Operation::Representation
2694
2694
 
2695
+ collection :unreachable, as: 'unreachable'
2695
2696
  end
2696
2697
  end
2697
2698
 
@@ -3104,6 +3105,8 @@ module Google
3104
3105
  class Representation < Google::Apis::Core::JsonRepresentation
3105
3106
  property :interpretation_type, as: 'interpretationType'
3106
3107
  property :interpreted_query, as: 'interpretedQuery'
3108
+ property :interpreted_query_actual_result_count, as: 'interpretedQueryActualResultCount'
3109
+ property :interpreted_query_estimated_result_count, :numeric_string => true, as: 'interpretedQueryEstimatedResultCount'
3107
3110
  property :reason, as: 'reason'
3108
3111
  end
3109
3112
  end
@@ -32,7 +32,7 @@ module Google
32
32
  # Cloudsearch = Google::Apis::CloudsearchV1 # Alias the module
33
33
  # service = Cloudsearch::CloudSearchService.new
34
34
  #
35
- # @see https://developers.google.com/cloud-search/docs/guides/
35
+ # @see https://developers.google.com/workspace/cloud-search/docs/guides/
36
36
  class CloudSearchService < Google::Apis::Core::BaseService
37
37
  DEFAULT_ENDPOINT_TEMPLATE = "https://cloudsearch.$UNIVERSE_DOMAIN$/"
38
38
 
@@ -387,8 +387,8 @@ module Google
387
387
  # version value that is less than or equal to the version of the currently
388
388
  # indexed item. The maximum length for this field is 1024 bytes. For information
389
389
  # on how item version affects the deletion process, refer to [Handle revisions
390
- # after manual deletes](https://developers.google.com/cloud-search/docs/guides/
391
- # operations).
390
+ # after manual deletes](https://developers.google.com/workspace/cloud-search/
391
+ # docs/guides/operations).
392
392
  # @param [String] fields
393
393
  # Selector specifying which fields to include in a partial response.
394
394
  # @param [String] quota_user
@@ -746,8 +746,8 @@ module Google
746
746
 
747
747
  # Uploads media for indexing. The upload endpoint supports direct and resumable
748
748
  # upload protocols and is intended for large items that can not be [inlined
749
- # during index requests](https://developers.google.com/cloud-search/docs/
750
- # reference/rest/v1/indexing.datasources.items#itemcontent). To index large
749
+ # during index requests](https://developers.google.com/workspace/cloud-search/
750
+ # docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large
751
751
  # content: 1. Call indexing.datasources.items.upload with the item name to begin
752
752
  # an upload session and retrieve the UploadItemRef. 1. Call media.upload to
753
753
  # upload the content, as a streaming request, using the same resource name from
@@ -755,8 +755,8 @@ module Google
755
755
  # index the item. Populate the [ItemContent](/cloud-search/docs/reference/rest/
756
756
  # v1/indexing.datasources.items#ItemContent) with the UploadItemRef from step 1.
757
757
  # For additional information, see [Create a content connector using the REST API]
758
- # (https://developers.google.com/cloud-search/docs/guides/content-connector#rest)
759
- # . **Note:** This API requires a service account to execute.
758
+ # (https://developers.google.com/workspace/cloud-search/docs/guides/content-
759
+ # connector#rest). **Note:** This API requires a service account to execute.
760
760
  # @param [String] resource_name
761
761
  # Name of the media that is being downloaded. See ReadRequest.resource_name.
762
762
  # @param [Google::Apis::CloudsearchV1::Media] media_object
@@ -840,6 +840,14 @@ module Google
840
840
  # The standard list page size.
841
841
  # @param [String] page_token
842
842
  # The standard list page token.
843
+ # @param [Boolean] return_partial_success
844
+ # When set to `true`, operations that are reachable are returned as normal, and
845
+ # those that are unreachable are returned in the ListOperationsResponse.
846
+ # unreachable field. This can only be `true` when reading across collections.
847
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
848
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
849
+ # if set unless explicitly documented otherwise in service or product specific
850
+ # documentation.
843
851
  # @param [String] fields
844
852
  # Selector specifying which fields to include in a partial response.
845
853
  # @param [String] quota_user
@@ -857,7 +865,7 @@ module Google
857
865
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
858
866
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
859
867
  # @raise [Google::Apis::AuthorizationError] Authorization is required
860
- def list_operation_lros(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
868
+ def list_operation_lros(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
861
869
  command = make_simple_command(:get, 'v1/{+name}/lro', options)
862
870
  command.response_representation = Google::Apis::CloudsearchV1::ListOperationsResponse::Representation
863
871
  command.response_class = Google::Apis::CloudsearchV1::ListOperationsResponse
@@ -865,6 +873,7 @@ module Google
865
873
  command.query['filter'] = filter unless filter.nil?
866
874
  command.query['pageSize'] = page_size unless page_size.nil?
867
875
  command.query['pageToken'] = page_token unless page_token.nil?
876
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
868
877
  command.query['fields'] = fields unless fields.nil?
869
878
  command.query['quotaUser'] = quota_user unless quota_user.nil?
870
879
  execute_or_queue_command(command, &block)
@@ -874,7 +883,8 @@ module Google
874
883
  # method. **Note:** This API requires a standard end user account to execute. A
875
884
  # service account can't perform Query API requests directly; to use a service
876
885
  # account to perform queries, set up [Google Workspace domain-wide delegation of
877
- # authority](https://developers.google.com/cloud-search/docs/guides/delegation/).
886
+ # authority](https://developers.google.com/workspace/cloud-search/docs/guides/
887
+ # delegation/).
878
888
  # @param [Google::Apis::CloudsearchV1::SearchRequest] search_request_object
879
889
  # @param [String] fields
880
890
  # Selector specifying which fields to include in a partial response.
@@ -909,7 +919,7 @@ module Google
909
919
  # account to execute. A service account can't perform Remove Activity requests
910
920
  # directly; to use a service account to perform queries, set up [Google
911
921
  # Workspace domain-wide delegation of authority](https://developers.google.com/
912
- # cloud-search/docs/guides/delegation/).
922
+ # workspace/cloud-search/docs/guides/delegation/).
913
923
  # @param [Google::Apis::CloudsearchV1::RemoveActivityRequest] remove_activity_request_object
914
924
  # @param [String] fields
915
925
  # Selector specifying which fields to include in a partial response.
@@ -946,7 +956,7 @@ module Google
946
956
  # account to execute. A service account can't perform Query API requests
947
957
  # directly; to use a service account to perform queries, set up [Google
948
958
  # Workspace domain-wide delegation of authority](https://developers.google.com/
949
- # cloud-search/docs/guides/delegation/).
959
+ # workspace/cloud-search/docs/guides/delegation/).
950
960
  # @param [Google::Apis::CloudsearchV1::SearchRequest] search_request_object
951
961
  # @param [String] fields
952
962
  # Selector specifying which fields to include in a partial response.
@@ -980,7 +990,7 @@ module Google
980
990
  # a standard end user account to execute. A service account can't perform Query
981
991
  # API requests directly; to use a service account to perform queries, set up [
982
992
  # Google Workspace domain-wide delegation of authority](https://developers.
983
- # google.com/cloud-search/docs/guides/delegation/).
993
+ # google.com/workspace/cloud-search/docs/guides/delegation/).
984
994
  # @param [Google::Apis::CloudsearchV1::SuggestRequest] suggest_request_object
985
995
  # @param [String] fields
986
996
  # Selector specifying which fields to include in a partial response.
@@ -1014,7 +1024,7 @@ module Google
1014
1024
  # * This API requires a standard end user account to execute. A service account
1015
1025
  # can't perform Query API requests directly; to use a service account to perform
1016
1026
  # queries, set up [Google Workspace domain-wide delegation of authority](https://
1017
- # developers.google.com/cloud-search/docs/guides/delegation/).
1027
+ # developers.google.com/workspace/cloud-search/docs/guides/delegation/).
1018
1028
  # @param [String] page_token
1019
1029
  # Number of sources to return in the response.
1020
1030
  # @param [Boolean] request_options_debug_options_enable_debugging
@@ -1279,11 +1289,11 @@ module Google
1279
1289
  # ignore this field.
1280
1290
  # @param [String] update_mask
1281
1291
  # Only applies to [`settings.datasources.patch`](https://developers.google.com/
1282
- # cloud-search/docs/reference/rest/v1/settings.datasources/patch). Update mask
1283
- # to control which fields to update. Example field paths: `name`, `displayName`.
1284
- # * If `update_mask` is non-empty, then only the fields specified in the `
1285
- # update_mask` are updated. * If you specify a field in the `update_mask`, but
1286
- # don't specify its value in the source, that field is cleared. * If the `
1292
+ # workspace/cloud-search/docs/reference/rest/v1/settings.datasources/patch).
1293
+ # Update mask to control which fields to update. Example field paths: `name`, `
1294
+ # displayName`. * If `update_mask` is non-empty, then only the fields specified
1295
+ # in the `update_mask` are updated. * If you specify a field in the `update_mask`
1296
+ # , but don't specify its value in the source, that field is cleared. * If the `
1287
1297
  # update_mask` is not present or empty or has the value `*`, then all fields are
1288
1298
  # updated.
1289
1299
  # @param [String] fields
@@ -1501,13 +1511,14 @@ module Google
1501
1511
  # @param [Google::Apis::CloudsearchV1::SearchApplication] search_application_object
1502
1512
  # @param [String] update_mask
1503
1513
  # Only applies to [`settings.searchapplications.patch`](https://developers.
1504
- # google.com/cloud-search/docs/reference/rest/v1/settings.searchapplications/
1505
- # patch). Update mask to control which fields to update. Example field paths: `
1506
- # search_application.name`, `search_application.displayName`. * If `update_mask`
1507
- # is non-empty, then only the fields specified in the `update_mask` are updated.
1508
- # * If you specify a field in the `update_mask`, but don't specify its value in
1509
- # the `search_application`, then that field is cleared. * If the `update_mask`
1510
- # is not present or empty or has the value `*`, then all fields are updated.
1514
+ # google.com/workspace/cloud-search/docs/reference/rest/v1/settings.
1515
+ # searchapplications/patch). Update mask to control which fields to update.
1516
+ # Example field paths: `search_application.name`, `search_application.
1517
+ # displayName`. * If `update_mask` is non-empty, then only the fields specified
1518
+ # in the `update_mask` are updated. * If you specify a field in the `update_mask`
1519
+ # , but don't specify its value in the `search_application`, then that field is
1520
+ # cleared. * If the `update_mask` is not present or empty or has the value `*`,
1521
+ # then all fields are updated.
1511
1522
  # @param [String] fields
1512
1523
  # Selector specifying which fields to include in a partial response.
1513
1524
  # @param [String] quota_user
@@ -1581,13 +1592,14 @@ module Google
1581
1592
  # @param [Google::Apis::CloudsearchV1::SearchApplication] search_application_object
1582
1593
  # @param [String] update_mask
1583
1594
  # Only applies to [`settings.searchapplications.patch`](https://developers.
1584
- # google.com/cloud-search/docs/reference/rest/v1/settings.searchapplications/
1585
- # patch). Update mask to control which fields to update. Example field paths: `
1586
- # search_application.name`, `search_application.displayName`. * If `update_mask`
1587
- # is non-empty, then only the fields specified in the `update_mask` are updated.
1588
- # * If you specify a field in the `update_mask`, but don't specify its value in
1589
- # the `search_application`, then that field is cleared. * If the `update_mask`
1590
- # is not present or empty or has the value `*`, then all fields are updated.
1595
+ # google.com/workspace/cloud-search/docs/reference/rest/v1/settings.
1596
+ # searchapplications/patch). Update mask to control which fields to update.
1597
+ # Example field paths: `search_application.name`, `search_application.
1598
+ # displayName`. * If `update_mask` is non-empty, then only the fields specified
1599
+ # in the `update_mask` are updated. * If you specify a field in the `update_mask`
1600
+ # , but don't specify its value in the `search_application`, then that field is
1601
+ # cleared. * If the `update_mask` is not present or empty or has the value `*`,
1602
+ # then all fields are updated.
1591
1603
  # @param [String] fields
1592
1604
  # Selector specifying which fields to include in a partial response.
1593
1605
  # @param [String] quota_user
@@ -25,7 +25,7 @@ module Google
25
25
  # data. The Cloud Search API allows indexing of non-Google Workspace data into
26
26
  # Cloud Search.
27
27
  #
28
- # @see https://developers.google.com/cloud-search/docs/guides/
28
+ # @see https://developers.google.com/workspace/cloud-search/docs/guides/
29
29
  module CloudsearchV1
30
30
  # Version of the Cloud Search API this client connects to.
31
31
  # This is NOT the gem version.
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.64.0
4
+ version: 0.65.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.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.65.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Search API V1
79
79
  test_files: []