google-apis-cloudasset_v1p7beta1 0.29.0 → 0.31.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: e6577aee8b7c2ba6de9564530b463ff7b62337728d40515dc2c28f39fde391c8
4
+ data.tar.gz: '08afc78cfecea0511b497e6a9f1a98d61b5362f0987ee6444a2c1284d7c73e07'
5
5
  SHA512:
6
- metadata.gz: 9cbde2e4c987b7d8ee607f22a813e641ab619902ae6e060cfb01279087d6a0294066fa0744896403dc18fc6a7a81090371a3900dfca9592116ce8b245f18325a
7
- data.tar.gz: 7bfd6dcc6f8cb71b0b41b0ff48a44a8f2147cf998900a3cf12b2d7f6e0ab6fd0df00375ee1770782c9f616a7a879bfab2b461ccab16c6831115fe8a7ca794a1c
6
+ metadata.gz: 85d102f4c77cf835525d0d4ef7cb4a36f2d9b08ea792b3f86a9fadf24822e857feab886d1b28298a964a2571f3682503372d28d3dab1087afdf438c57f5f227d
7
+ data.tar.gz: 15312f64dbf267bf1497d5d9e57f60f92e6fcf3cdbc32e6652241f1381ca85b655b6f256a6e54d6fc111a291629cd49b2d4f29c35a793a61325bb473cc207b46
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.31.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230902
6
+
7
+ ### v0.30.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230805
10
+
3
11
  ### v0.29.0 (2023-08-06)
4
12
 
5
13
  * 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
@@ -1149,17 +1149,16 @@ module Google
1149
1149
  # @return [String]
1150
1150
  attr_accessor :parent
1151
1151
 
1152
- # The scopes of a policy define which resources an ACM policy can restrict, and
1153
- # where ACM resources can be referenced. For example, a policy with scopes=["
1154
- # folders/123"] has the following behavior: - vpcsc perimeters can only restrict
1155
- # projects within folders/123 - access levels can only be referenced by
1156
- # resources within folders/123. If empty, there are no limitations on which
1157
- # resources can be restricted by an ACM policy, and there are no limitations on
1158
- # where ACM resources can be referenced. Only one policy can include a given
1159
- # scope (attempting to create a second policy which includes "folders/123" will
1160
- # result in an error). Currently, scopes cannot be modified after a policy is
1161
- # created. Currently, policies can only have a single scope. Format: list of `
1162
- # folders/`folder_number`` or `projects/`project_number``
1152
+ # The scopes of the AccessPolicy. Scopes define which resources a policy can
1153
+ # restrict and where its resources can be referenced. For example, policy A with
1154
+ # `scopes=["folders/123"]` has the following behavior: - ServicePerimeter can
1155
+ # only restrict projects within `folders/123`. - ServicePerimeter within policy
1156
+ # A can only reference access levels defined within policy A. - Only one policy
1157
+ # can include a given scope; thus, attempting to create a second policy which
1158
+ # includes `folders/123` will result in an error. If no scopes are provided,
1159
+ # then any resource within the organization can be restricted. Scopes cannot be
1160
+ # modified after a policy is created. Policies can only have a single scope.
1161
+ # Format: list of `folders/`folder_number`` or `projects/`project_number``
1163
1162
  # Corresponds to the JSON property `scopes`
1164
1163
  # @return [Array<String>]
1165
1164
  attr_accessor :scopes
@@ -1966,13 +1965,13 @@ module Google
1966
1965
  # @return [String]
1967
1966
  attr_accessor :name
1968
1967
 
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`.
1968
+ # The normal, successful response of the operation. If the original method
1969
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1970
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1971
+ # response should be the resource. For other methods, the response should have
1972
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1973
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1974
+ # `TakeSnapshotResponse`.
1976
1975
  # Corresponds to the JSON property `response`
1977
1976
  # @return [Hash<String,Object>]
1978
1977
  attr_accessor :response
@@ -2002,22 +2001,22 @@ module Google
2002
2001
  # evaluates to `true`. A condition can add constraints based on attributes of
2003
2002
  # the request, the resource, or both. To learn which resources support
2004
2003
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2005
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2004
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2006
2005
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2007
2006
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2008
2007
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2009
2008
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2010
2009
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2011
2010
  # 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/).
2011
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2012
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2013
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2014
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2015
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2016
+ # title: expirable access description: Does not grant access after Sep 2020
2017
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2018
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2019
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2021
2020
  class Policy
2022
2021
  include Google::Apis::Core::Hashable
2023
2022
 
@@ -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.31.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 = "20230902"
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.31.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-09-10 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.31.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: []
@@ -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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p7beta1