google-apis-cloudsearch_v1 0.24.0 → 0.25.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: 504ef6bd545dea2403a251f92c2cd8e796ded94be6c696ba19fbfb47b22fc667
4
- data.tar.gz: dea6910256282065c6b100a4b4e3cdf761d29aa7656ec261e428d3519884028d
3
+ metadata.gz: c858b74973c869ac76b1e765808ea4c7a7f62ee5de4052430d4313370caeffe6
4
+ data.tar.gz: e22044434f94d0987b4ee3c47d825d311045176a7535e4021892de2c4df28907
5
5
  SHA512:
6
- metadata.gz: aabd4bcb202c129e14a01c721115d6fd546acc8e9b9c1fb3667d8e146a41a0cbca77c50b96c5ea8078a809036d00dedfd9690140a0840e9a49fe8fc3765ce4b5
7
- data.tar.gz: adf97c291b03664376c8c9bf81d90498819136ca855fca6f7a1e5485cea544e5c8ab2075cb13eeeca82935aad7cfebbbdc7a1174dddde056b50f2d06872d3573
6
+ metadata.gz: a619316de84692947f40dc05204d78e893c12a20e7885d8765173c74688f932bc2496ca9db117dce4a627e151e07c989b6e8c718c03f3e026a12b709db71f00e
7
+ data.tar.gz: e0d4b6bc91cfb64926b6a876c70ba20f57738ffa611bfd1061cb2a1fc02f7424692322112b99715fe6db765a01b77362354b1753182d4d1dcbba0d173fbb209d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.25.0 (2022-04-07)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
3
7
  ### v0.24.0 (2022-03-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220322
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220322"
25
+ REVISION = "20220404"
26
26
  end
27
27
  end
28
28
  end
@@ -51,8 +51,9 @@ module Google
51
51
  @batch_path = 'batch'
52
52
  end
53
53
 
54
- # Checks whether an item is accessible by specified principal. **Note:** This
55
- # API requires an admin account to execute.
54
+ # Checks whether an item is accessible by specified principal. Principal must be
55
+ # a user; groups and domain values aren't supported. **Note:** This API requires
56
+ # an admin account to execute.
56
57
  # @param [String] name
57
58
  # Item name, format: datasources/`source_id`/items/`item_id`
58
59
  # @param [Google::Apis::CloudsearchV1::Principal] principal_object
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.24.0
4
+ version: 0.25.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.25.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: []