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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/cloudsearch_v1/classes.rb +3401 -215
- data/lib/google/apis/cloudsearch_v1/gem_version.rb +3 -3
- data/lib/google/apis/cloudsearch_v1/representations.rb +1509 -73
- data/lib/google/apis/cloudsearch_v1/service.rb +24 -18
- metadata +5 -5
@@ -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
|
-
#
|
1218
|
-
#
|
1219
|
-
#
|
1220
|
-
#
|
1221
|
-
#
|
1222
|
-
#
|
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
|
-
#
|
1438
|
-
#
|
1439
|
-
#
|
1440
|
-
# search_application
|
1441
|
-
#
|
1442
|
-
#
|
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
|
-
#
|
1516
|
-
#
|
1517
|
-
#
|
1518
|
-
# search_application
|
1519
|
-
#
|
1520
|
-
#
|
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.
|
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-
|
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.
|
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.
|
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.
|
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: []
|