google-apis-cloudasset_v1beta1 0.24.0 → 0.25.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ab05e7f08420b14fc00867b670d27541ae81678786b1990a447ad18a1b9f244
|
|
4
|
+
data.tar.gz: 24cb4162adc0c1ea9b298ee7649950c3c7b9cd0b1b2338f099f87afdf790809f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccbc7c649740f71b2775efcf5237623a1a52329bbeda0a4b44c9797b1cde158bad90777366b9d3370dc1684a6790531923ea4024f1cffc25881671cf3552a664
|
|
7
|
+
data.tar.gz: 7d997ba04022fe8aecf680a75303f73f5c72266eb6161cb23078bd92065bec2da867ed677baab7e7a46a84a419a8a53c0d38be1727ec4af3c350593aaee00d3e
|
data/CHANGELOG.md
CHANGED
|
@@ -1089,10 +1089,10 @@ module Google
|
|
|
1089
1089
|
# @return [String]
|
|
1090
1090
|
attr_accessor :description
|
|
1091
1091
|
|
|
1092
|
-
#
|
|
1093
|
-
#
|
|
1094
|
-
#
|
|
1095
|
-
#
|
|
1092
|
+
# Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
|
|
1093
|
+
# accessLevels/`access_level``. The `access_level` component must begin with a
|
|
1094
|
+
# letter, followed by alphanumeric characters or `_`. Its maximum length is 50
|
|
1095
|
+
# characters. After you create an `AccessLevel`, you cannot change its `name`.
|
|
1096
1096
|
# Corresponds to the JSON property `name`
|
|
1097
1097
|
# @return [String]
|
|
1098
1098
|
attr_accessor :name
|
|
@@ -1763,9 +1763,10 @@ module Google
|
|
|
1763
1763
|
# @return [String]
|
|
1764
1764
|
attr_accessor :description
|
|
1765
1765
|
|
|
1766
|
-
#
|
|
1767
|
-
#
|
|
1768
|
-
#
|
|
1766
|
+
# Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
|
1767
|
+
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
|
1768
|
+
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
|
1769
|
+
# After you create a `ServicePerimeter`, you cannot change its `name`.
|
|
1769
1770
|
# Corresponds to the JSON property `name`
|
|
1770
1771
|
# @return [String]
|
|
1771
1772
|
attr_accessor :name
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221114"
|
|
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.
|
|
4
|
+
version: 0.25.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-
|
|
11
|
+
date: 2022-12-12 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.25.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: []
|