google-apis-cloudsearch_v1 0.38.0 → 0.40.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.
@@ -1214,12 +1214,14 @@ module Google
1214
1214
  # If you are asked by Google to help with debugging, set this field. Otherwise,
1215
1215
  # ignore this field.
1216
1216
  # @param [String] update_mask
1217
- # Update mask to control which fields to update. If update_mask is non-empty
1218
- # then only the fields specified in the update_mask are updated. If you specify
1219
- # a field in the update_mask, but don't specify its value in the source that
1220
- # field will be cleared. If the update_mask is not present or empty or has the
1221
- # value * then all fields will be updated. Some example field paths: name,
1222
- # display_name
1217
+ # Only applies to [`settings.datasources.patch`](https://developers.google.com/
1218
+ # cloud-search/docs/reference/rest/v1/settings.datasources/patch). Update mask
1219
+ # to control which fields to update. Example field paths: `name`, `displayName`.
1220
+ # * If `update_mask` is non-empty, then only the fields specified in the `
1221
+ # update_mask` are updated. * If you specify a field in the `update_mask`, but
1222
+ # don't specify its value in the source, that field is cleared. * If the `
1223
+ # update_mask` is not present or empty or has the value `*`, then all fields are
1224
+ # updated.
1223
1225
  # @param [String] fields
1224
1226
  # Selector specifying which fields to include in a partial response.
1225
1227
  # @param [String] quota_user
@@ -1434,12 +1436,14 @@ module Google
1434
1436
  # .
1435
1437
  # @param [Google::Apis::CloudsearchV1::SearchApplication] search_application_object
1436
1438
  # @param [String] update_mask
1437
- # Update mask to control which fields to update. If update_mask is non-empty
1438
- # then only the fields specified in the update_mask are updated. If you specify
1439
- # a field in the update_mask, but don't specify its value in the
1440
- # search_application then that field will be cleared. If the update_mask is not
1441
- # present or empty or has the value * then all fields will be updated. Some
1442
- # example field paths: search_application.name, search_application.display_name
1439
+ # Only applies to [`settings.searchapplications.patch`](https://developers.
1440
+ # google.com/cloud-search/docs/reference/rest/v1/settings.searchapplications/
1441
+ # patch). Update mask to control which fields to update. Example field paths: `
1442
+ # search_application.name`, `search_application.displayName`. * If `update_mask`
1443
+ # is non-empty, then only the fields specified in the `update_mask` are updated.
1444
+ # * If you specify a field in the `update_mask`, but don't specify its value in
1445
+ # the `search_application`, then that field is cleared. * If the `update_mask`
1446
+ # is not present or empty or has the value `*`, then all fields are updated.
1443
1447
  # @param [String] fields
1444
1448
  # Selector specifying which fields to include in a partial response.
1445
1449
  # @param [String] quota_user
@@ -1512,12 +1516,14 @@ module Google
1512
1516
  # .
1513
1517
  # @param [Google::Apis::CloudsearchV1::SearchApplication] search_application_object
1514
1518
  # @param [String] update_mask
1515
- # Update mask to control which fields to update. If update_mask is non-empty
1516
- # then only the fields specified in the update_mask are updated. If you specify
1517
- # a field in the update_mask, but don't specify its value in the
1518
- # search_application then that field will be cleared. If the update_mask is not
1519
- # present or empty or has the value * then all fields will be updated. Some
1520
- # example field paths: search_application.name, search_application.display_name
1519
+ # Only applies to [`settings.searchapplications.patch`](https://developers.
1520
+ # google.com/cloud-search/docs/reference/rest/v1/settings.searchapplications/
1521
+ # patch). Update mask to control which fields to update. Example field paths: `
1522
+ # search_application.name`, `search_application.displayName`. * If `update_mask`
1523
+ # is non-empty, then only the fields specified in the `update_mask` are updated.
1524
+ # * If you specify a field in the `update_mask`, but don't specify its value in
1525
+ # the `search_application`, then that field is cleared. * If the `update_mask`
1526
+ # is not present or empty or has the value `*`, then all fields are updated.
1521
1527
  # @param [String] fields
1522
1528
  # Selector specifying which fields to include in a partial response.
1523
1529
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsearch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-17 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
63
63
  post_install_message:
64
64
  rdoc_options: []