google-apis-cloudasset_v1p1beta1 0.36.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b29a1ee2d43ffab8cb9f0cebf66740e201afbf35ccfbf956387f35fc8c37537
4
- data.tar.gz: 1c8dc3f95ef01626b5600a8139823241f006728ca24f9e5851c8b7b3e9258ec2
3
+ metadata.gz: 67d291bf1415c38d3de4acae69cecd2f15960436891dfb03cb32a8fbfad8e1ab
4
+ data.tar.gz: f64a6b5ea0c661b162b207857c0c1d821df72a6456f3b638a683d87eda2d7b7a
5
5
  SHA512:
6
- metadata.gz: 4e7eca7c2bee09ea06fc414385df13b2d1d0062dad73f28f032125c43c5f7680cabe85fe363f9302a6c0a3e4e82ae20e3ac6686ff6b3396e708171899d97f4a9
7
- data.tar.gz: dbb452c207a7d533f5b3133b4ec6fad900f506fba602e99dd4b30c36c36bacb592d5de30ff7d3d2d38f31e5b082597714981bb0060fe457ac4da4da327b1ad00
6
+ metadata.gz: f37655279e798713e146d85d1aa80a219d14a8904f415db8b24a623e56dc83a86d8758c11e0ac422cf9b2e92c42e0d80323ab0305844df881e18eeed5ef74b13
7
+ data.tar.gz: ec29acbbae2ae835bae33ef24f2c97d677851bed0b8a200e0d4912e183b1233b58f9758cd8e0cfe0be32bff63f6a94aa4a01c105a9f3c1f97115e85052b7ca57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.37.0 (2024-03-31)
4
+
5
+ * Regenerated from discovery document revision 20240322
6
+
3
7
  ### v0.36.0 (2024-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240126
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240126"
25
+ REVISION = "20240322"
26
26
  end
27
27
  end
28
28
  end
@@ -56,8 +56,8 @@ module Google
56
56
  # (project/folder/organization). This RPC gives callers especially
57
57
  # administrators the ability to search all the IAM policies within a scope, even
58
58
  # if they don't have `.getIamPolicy` permission of all the IAM policies. Callers
59
- # should have `cloud.assets.SearchAllIamPolicies` permission on the requested
60
- # scope, otherwise the request will be rejected.
59
+ # should have `cloudasset.assets.searchAllIamPolicies` permission on the
60
+ # requested scope, otherwise the request will be rejected.
61
61
  # @param [String] scope
62
62
  # Required. The relative name of an asset. The search is limited to the
63
63
  # resources within the `scope`. The allowed value must be: * Organization number
@@ -109,9 +109,9 @@ module Google
109
109
  # Searches all the resources within a given accessible Resource Manager scope (
110
110
  # project/folder/organization). This RPC gives callers especially administrators
111
111
  # the ability to search all the resources within a scope, even if they don't
112
- # have `.get` permission of all the resources. Callers should have `cloud.assets.
113
- # SearchAllResources` permission on the requested scope, otherwise the request
114
- # will be rejected.
112
+ # have `.get` permission of all the resources. Callers should have `cloudasset.
113
+ # assets.searchAllResources` permission on the requested scope, otherwise the
114
+ # request will be rejected.
115
115
  # @param [String] scope
116
116
  # Required. The relative name of an asset. The search is limited to the
117
117
  # resources within the `scope`. The allowed value must be: * Organization number
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-31 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-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []