google-apis-cloudasset_v1 0.36.0 → 0.37.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: 22b67eca1c60df3b1f6d126cf827f45f86248207a2579ca761742beb8c95a22e
4
- data.tar.gz: a9368607fddb0a10dda9a45e119c11c33c77744f594987dffb8fc4c3de1ec7ff
3
+ metadata.gz: eb1fd56a17dccd382b3e9f3e96ab0c0cbc7ff75cf99f2413a79a6fbaffd313b0
4
+ data.tar.gz: c75cbbcc0c084446958becef99d6e2d4855ff0c628e51ffd382b40642cacbe35
5
5
  SHA512:
6
- metadata.gz: 78d7eca709fb6a7e55df9748c0abff0fcb529e5be68c55ab03946787dd2883be9d1c1ca30b2a7d45d7c1be96972341e3f60c79ce9862e73f5e063bf7435e15a1
7
- data.tar.gz: bf54ffcc14bc97c24cc2fe4187efc1d4020209474cd919f2ade11686d3846797224c77b808ec33f06da0c352428f53ca7f61ec664f6a6416a4fa8d8c5cb7bb1c
6
+ metadata.gz: e2abc8fcc1ec1f7b4a534decc8a5edf0f7539cd008c1a46906a6d934f8eca2eb7626594960e846df638358e7cd468505db21115170e121c021df2513590dea68
7
+ data.tar.gz: db26303d23822b34316ef6f9c32bbb025fe648b8536cb301d12b8b491ee5a5b07c58ec998f1153232f1cf7bdec7d2b966aa80dce3aec622288512fb500294338
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.37.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220520
6
+
3
7
  ### v0.36.0 (2022-05-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220513
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 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.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
25
+ REVISION = "20220520"
26
26
  end
27
27
  end
28
28
  end
@@ -982,21 +982,21 @@ module Google
982
982
  # query string is compared against each Cloud IAM policy binding, including its
983
983
  # principals, roles, and Cloud IAM conditions. The returned Cloud IAM policies
984
984
  # will only contain the bindings that match your query. To learn more about the
985
- # IAM policy structure, see [IAM policy doc](https://cloud.google.com/iam/docs/
986
- # policies#structure). Examples: * `policy:amy@gmail.com` to find IAM policy
987
- # bindings that specify user "amy@gmail.com". * `policy:roles/compute.admin` to
988
- # find IAM policy bindings that specify the Compute Admin role. * `policy:comp*`
989
- # to find IAM policy bindings that contain "comp" as a prefix of any word in the
990
- # binding. * `policy.role.permissions:storage.buckets.update` to find IAM policy
991
- # bindings that specify a role containing "storage.buckets.update" permission.
992
- # Note that if callers don't have `iam.roles.get` access to a role's included
993
- # permissions, policy bindings that specify this role will be dropped from the
994
- # search results. * `policy.role.permissions:upd*` to find IAM policy bindings
995
- # that specify a role containing "upd" as a prefix of any word in the role
996
- # permission. Note that if callers don't have `iam.roles.get` access to a role's
997
- # included permissions, policy bindings that specify this role will be dropped
998
- # from the search results. * `resource:organizations/123456` to find IAM policy
999
- # bindings that are set on "organizations/123456". * `resource=//
985
+ # IAM policy structure, see the [IAM policy documentation](https://cloud.google.
986
+ # com/iam/help/allow-policies/structure). Examples: * `policy:amy@gmail.com` to
987
+ # find IAM policy bindings that specify user "amy@gmail.com". * `policy:roles/
988
+ # compute.admin` to find IAM policy bindings that specify the Compute Admin role.
989
+ # * `policy:comp*` to find IAM policy bindings that contain "comp" as a prefix
990
+ # of any word in the binding. * `policy.role.permissions:storage.buckets.update`
991
+ # to find IAM policy bindings that specify a role containing "storage.buckets.
992
+ # update" permission. Note that if callers don't have `iam.roles.get` access to
993
+ # a role's included permissions, policy bindings that specify this role will be
994
+ # dropped from the search results. * `policy.role.permissions:upd*` to find IAM
995
+ # policy bindings that specify a role containing "upd" as a prefix of any word
996
+ # in the role permission. Note that if callers don't have `iam.roles.get` access
997
+ # to a role's included permissions, policy bindings that specify this role will
998
+ # be dropped from the search results. * `resource:organizations/123456` to find
999
+ # IAM policy bindings that are set on "organizations/123456". * `resource=//
1000
1000
  # cloudresourcemanager.googleapis.com/projects/myproject` to find IAM policy
1001
1001
  # bindings that are set on the project named "myproject". * `Important` to find
1002
1002
  # IAM policy bindings that contain "Important" as a word in any of the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
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: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1