google-apis-cloudasset_v1beta1 0.8.0 → 0.9.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: 25b62ef31547dbca30d08673d16c1ca395680494dfceb1e5a8eb195f65b32258
|
|
4
|
+
data.tar.gz: e5ad3c2fdd8802e568832f94025828a8bc6287828de6ace59bc79d61a6774e2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 568635f98d9fdf88669c970be21068c5a851c35be004ffad066bff479e288290844ed413e3dd7c10b1ee9ed2b1e1a3f1768132bd5c15e4ebca7cccc1f127a4b5
|
|
7
|
+
data.tar.gz: 9ae9da4a3b241c63a109763be695190ca262eadb217c5dc3a2f720c6a1e5d0c1f56abb5046ea19febe78a8087e6cca3ed0c7fb2400d9161ceb8c37aefbc34b02
|
data/CHANGELOG.md
CHANGED
|
@@ -1066,8 +1066,8 @@ module Google
|
|
|
1066
1066
|
|
|
1067
1067
|
# Required. Resource name for the Access Level. The `short_name` component must
|
|
1068
1068
|
# begin with a letter and only include alphanumeric and '_'. Format: `
|
|
1069
|
-
# accessPolicies/`
|
|
1070
|
-
# the `
|
|
1069
|
+
# accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
|
|
1070
|
+
# length of the `access_level` component is 50 characters.
|
|
1071
1071
|
# Corresponds to the JSON property `name`
|
|
1072
1072
|
# @return [String]
|
|
1073
1073
|
attr_accessor :name
|
|
@@ -1108,7 +1108,7 @@ module Google
|
|
|
1108
1108
|
attr_accessor :etag
|
|
1109
1109
|
|
|
1110
1110
|
# Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
|
|
1111
|
-
#
|
|
1111
|
+
# access_policy``
|
|
1112
1112
|
# Corresponds to the JSON property `name`
|
|
1113
1113
|
# @return [String]
|
|
1114
1114
|
attr_accessor :name
|
|
@@ -1713,7 +1713,7 @@ module Google
|
|
|
1713
1713
|
|
|
1714
1714
|
# Required. Resource name for the ServicePerimeter. The `short_name` component
|
|
1715
1715
|
# must begin with a letter and only include alphanumeric and '_'. Format: `
|
|
1716
|
-
# accessPolicies/`
|
|
1716
|
+
# accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
|
|
1717
1717
|
# Corresponds to the JSON property `name`
|
|
1718
1718
|
# @return [String]
|
|
1719
1719
|
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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210723"
|
|
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.9.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: 2021-
|
|
11
|
+
date: 2021-08-02 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/master/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.9.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|