google-apis-cloudasset_v1p7beta1 0.28.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: 3906ec8cc4330ddf5f742f806c5ab9db09ce3fa0518101e20cfd83d7154230d3
4
- data.tar.gz: 6bc9d0eef6479dafdf4955fbe962318955ffcef2688709d60ba92800155abb54
3
+ metadata.gz: 2444b05e03582ea504bbfc82fc95b02672f986cdf5802f055f3b479ce68c36f6
4
+ data.tar.gz: a5dff115bc9a85f3a4b641feffe027ea890e4d12e772ff3379ba3dd6416de674
5
5
  SHA512:
6
- metadata.gz: d9bbfd85a92ae30ed235d94fd9631cae1f7db8c5c528a1038a4c01ae1f3e0ef63f8e4dc8d277336a8ab51506c16ed31a7e9f245779755b616591be4e2613c0ef
7
- data.tar.gz: 8b333adf0d61845db5cbb9e74209e52cbe1f683e6579e161612ef77d53b8aff922f0ca9f713968c05cae64250096adc8852ae35fd7a323465055ff4f92f3c060
6
+ metadata.gz: 553aed44efcea53af7dc04b23e0465eb3229dfc835c4e62137e12f1bb06faa4f28c3227b8838822a6396ded491c113795cafcc734e77e0aabaa2ac1b10ddc9f8
7
+ data.tar.gz: bece5121d2bd9d8b4f15304ffccb99313ad7226e76e0952b42525ebedfdf642916f4c8a820786af2fee693d3ecac62452e073b3b4ce9c02f15f958a223d3339a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.29.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230729
10
+
3
11
  ### v0.28.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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
@@ -1281,8 +1281,8 @@ module Google
1281
1281
  attr_accessor :members
1282
1282
 
1283
1283
  # Whether to negate the Condition. If true, the Condition becomes a NAND over
1284
- # its non-empty fields, each field must be false for the Condition overall to be
1285
- # satisfied. Defaults to false.
1284
+ # its non-empty fields. Any non-empty field criteria evaluating to false will
1285
+ # result in the Condition to be satisfied. Defaults to false.
1286
1286
  # Corresponds to the JSON property `negate`
1287
1287
  # @return [Boolean]
1288
1288
  attr_accessor :negate
@@ -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.28.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 = "20230128"
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.28.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-02-19 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.28.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: []