google-apis-cloudasset_v1p7beta1 0.29.0 → 0.30.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: 903242b3ba42843ef64b39aaf5c08e5f218d9dacc4b56a058d3b12a636aaff5d
4
- data.tar.gz: 3dce40880cbbb61b88be0d1c50f1ac7a2599be13d7c5ca539c523dda2020baab
3
+ metadata.gz: 2444b05e03582ea504bbfc82fc95b02672f986cdf5802f055f3b479ce68c36f6
4
+ data.tar.gz: a5dff115bc9a85f3a4b641feffe027ea890e4d12e772ff3379ba3dd6416de674
5
5
  SHA512:
6
- metadata.gz: 9cbde2e4c987b7d8ee607f22a813e641ab619902ae6e060cfb01279087d6a0294066fa0744896403dc18fc6a7a81090371a3900dfca9592116ce8b245f18325a
7
- data.tar.gz: 7bfd6dcc6f8cb71b0b41b0ff48a44a8f2147cf998900a3cf12b2d7f6e0ab6fd0df00375ee1770782c9f616a7a879bfab2b461ccab16c6831115fe8a7ca794a1c
6
+ metadata.gz: 553aed44efcea53af7dc04b23e0465eb3229dfc835c4e62137e12f1bb06faa4f28c3227b8838822a6396ded491c113795cafcc734e77e0aabaa2ac1b10ddc9f8
7
+ data.tar.gz: bece5121d2bd9d8b4f15304ffccb99313ad7226e76e0952b42525ebedfdf642916f4c8a820786af2fee693d3ecac62452e073b3b4ce9c02f15f958a223d3339a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.30.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230805
6
+
3
7
  ### v0.29.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230729
@@ -309,22 +309,22 @@ module Google
309
309
  # evaluates to `true`. A condition can add constraints based on attributes of
310
310
  # the request, the resource, or both. To learn which resources support
311
311
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
312
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
312
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
313
313
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
314
314
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
315
315
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
316
316
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
317
317
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
318
318
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
319
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
320
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
321
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
322
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
323
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
324
- # access description: Does not grant access after Sep 2020 expression: request.
325
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
326
- # a description of IAM and its features, see the [IAM documentation](https://
327
- # cloud.google.com/iam/docs/).
319
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
320
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
321
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
322
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
323
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
324
+ # title: expirable access description: Does not grant access after Sep 2020
325
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
326
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
327
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
328
328
  # Corresponds to the JSON property `iamPolicy`
329
329
  # @return [Google::Apis::CloudassetV1p7beta1::Policy]
330
330
  attr_accessor :iam_policy
@@ -1966,13 +1966,13 @@ module Google
1966
1966
  # @return [String]
1967
1967
  attr_accessor :name
1968
1968
 
1969
- # The normal response of the operation in case of success. If the original
1970
- # method returns no data on success, such as `Delete`, the response is `google.
1971
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1972
- # the response should be the resource. For other methods, the response should
1973
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1974
- # example, if the original method name is `TakeSnapshot()`, the inferred
1975
- # response type is `TakeSnapshotResponse`.
1969
+ # The normal, successful response of the operation. If the original method
1970
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1971
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1972
+ # response should be the resource. For other methods, the response should have
1973
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1974
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1975
+ # `TakeSnapshotResponse`.
1976
1976
  # Corresponds to the JSON property `response`
1977
1977
  # @return [Hash<String,Object>]
1978
1978
  attr_accessor :response
@@ -2002,22 +2002,22 @@ module Google
2002
2002
  # evaluates to `true`. A condition can add constraints based on attributes of
2003
2003
  # the request, the resource, or both. To learn which resources support
2004
2004
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2005
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2005
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2006
2006
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2007
2007
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2008
2008
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2009
2009
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2010
2010
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2011
2011
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2012
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2013
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2014
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2015
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2016
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2017
- # access description: Does not grant access after Sep 2020 expression: request.
2018
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2019
- # a description of IAM and its features, see the [IAM documentation](https://
2020
- # cloud.google.com/iam/docs/).
2012
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2013
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2014
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2015
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2016
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2017
+ # title: expirable access description: Does not grant access after Sep 2020
2018
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2019
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2020
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2021
2021
  class Policy
2022
2022
  include Google::Apis::Core::Hashable
2023
2023
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230729"
25
+ REVISION = "20230805"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p7beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
63
63
  post_install_message:
64
64
  rdoc_options: []