google-apis-cloudasset_v1beta1 0.30.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: 9d93379330933233da83ee14daff6e81fbfbd586e7422cd238cdf82785b6faac
4
- data.tar.gz: a0dba5f56e37c5252f0fe2571470c5e9418973925ee73fcf32c255ef7476b1f2
3
+ metadata.gz: 914206c311912b4d76c01746790c49836af6d05dff4575d4eb4b394f0142c316
4
+ data.tar.gz: b61e57e7075058d09c2b918bf4249b7927ccc756dccc89772434d3c54323c6b3
5
5
  SHA512:
6
- metadata.gz: 55cf0aa8fe0c4580e76c4f10262b4eaf9ad5f45b92a5f767311d76ebe8e18ca4173180f172b38d10afc4efcf71018de196767bcfac9761b7b442839f7d828a7b
7
- data.tar.gz: 196a6a01c950684630fca6891d108098d79e12f782c949643d52802bea8d96fbcff3f0fb008d4594ea83bfc533f6238b0c7de1a877cb1ba6362291f8e0182ef5
6
+ metadata.gz: 1c8145d4ce835787d65c5613b4ff2b0ae1ff3fcb7a0eaabe229fc0b98283551e1a44396c38f70d0c8f28c024f613e4c1d3d84faffdcb675737696f2fe76d694b
7
+ data.tar.gz: '0865b230dbf89f8fb68b43dffe1dbd852a7a55cefb3071fc93cb530b8ceaa680e32c364ce4d90125cec5d24f0ab1d3a034d12e8364dfc5b8185b05814a29099a'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230902
6
+
3
7
  ### v0.30.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230805
@@ -1146,17 +1146,16 @@ module Google
1146
1146
  # @return [String]
1147
1147
  attr_accessor :parent
1148
1148
 
1149
- # The scopes of a policy define which resources an ACM policy can restrict, and
1150
- # where ACM resources can be referenced. For example, a policy with scopes=["
1151
- # folders/123"] has the following behavior: - vpcsc perimeters can only restrict
1152
- # projects within folders/123 - access levels can only be referenced by
1153
- # resources within folders/123. If empty, there are no limitations on which
1154
- # resources can be restricted by an ACM policy, and there are no limitations on
1155
- # where ACM resources can be referenced. Only one policy can include a given
1156
- # scope (attempting to create a second policy which includes "folders/123" will
1157
- # result in an error). Currently, scopes cannot be modified after a policy is
1158
- # created. Currently, policies can only have a single scope. Format: list of `
1159
- # folders/`folder_number`` or `projects/`project_number``
1149
+ # The scopes of the AccessPolicy. Scopes define which resources a policy can
1150
+ # restrict and where its resources can be referenced. For example, policy A with
1151
+ # `scopes=["folders/123"]` has the following behavior: - ServicePerimeter can
1152
+ # only restrict projects within `folders/123`. - ServicePerimeter within policy
1153
+ # A can only reference access levels defined within policy A. - Only one policy
1154
+ # can include a given scope; thus, attempting to create a second policy which
1155
+ # includes `folders/123` will result in an error. If no scopes are provided,
1156
+ # then any resource within the organization can be restricted. Scopes cannot be
1157
+ # modified after a policy is created. Policies can only have a single scope.
1158
+ # Format: list of `folders/`folder_number`` or `projects/`project_number``
1160
1159
  # Corresponds to the JSON property `scopes`
1161
1160
  # @return [Array<String>]
1162
1161
  attr_accessor :scopes
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1beta1
18
18
  # Version of the google-apis-cloudasset_v1beta1 gem
19
- GEM_VERSION = "0.30.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 = "20230805"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.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-13 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
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 V1beta1