google-apis-cloudasset_v1beta1 0.39.0 → 0.40.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: 895e231f4a1d68597b5d71aa20b45ed05497633c43e71c876120b73fdad26b9b
|
|
4
|
+
data.tar.gz: fa4e36ed0f284871a6adb391102478d06bba14a224bd8c00c7f212c5c7e2faa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7b2ee0c4d6e31ca8b5f283bd9bc02d02c4884d0fd39fcf8003dcc8620698b3206ffde1cc444b0d6d6b711928a621e1157f25021b779a84437d36374b1419626
|
|
7
|
+
data.tar.gz: 228bdd2d55f88b8afffe873776dc3c406f5767fa54c057b601d565c915bb83382daf8e992d931b1c99d0ffe64dfb499b637b827c4650be657fb8cc11a3b44310
|
data/CHANGELOG.md
CHANGED
|
@@ -1116,10 +1116,11 @@ module Google
|
|
|
1116
1116
|
# @return [String]
|
|
1117
1117
|
attr_accessor :description
|
|
1118
1118
|
|
|
1119
|
-
# Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
|
1120
|
-
# accessLevels/`access_level``. The `access_level` component must
|
|
1121
|
-
# letter, followed by alphanumeric characters or `_`. Its maximum
|
|
1122
|
-
# characters. After you create an `AccessLevel`, you cannot change
|
|
1119
|
+
# Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
|
1120
|
+
# access_policy`/accessLevels/`access_level``. The `access_level` component must
|
|
1121
|
+
# begin with a letter, followed by alphanumeric characters or `_`. Its maximum
|
|
1122
|
+
# length is 50 characters. After you create an `AccessLevel`, you cannot change
|
|
1123
|
+
# its `name`.
|
|
1123
1124
|
# Corresponds to the JSON property `name`
|
|
1124
1125
|
# @return [String]
|
|
1125
1126
|
attr_accessor :name
|
|
@@ -1153,14 +1154,14 @@ module Google
|
|
|
1153
1154
|
|
|
1154
1155
|
# Output only. An opaque identifier for the current version of the `AccessPolicy`
|
|
1155
1156
|
# . This will always be a strongly validated etag, meaning that two Access
|
|
1156
|
-
#
|
|
1157
|
+
# Policies will be identical if and only if their etags are identical. Clients
|
|
1157
1158
|
# should not expect this to be in any specific format.
|
|
1158
1159
|
# Corresponds to the JSON property `etag`
|
|
1159
1160
|
# @return [String]
|
|
1160
1161
|
attr_accessor :etag
|
|
1161
1162
|
|
|
1162
|
-
# Output only. Resource name of the `AccessPolicy`. Format: `
|
|
1163
|
-
# access_policy``
|
|
1163
|
+
# Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
|
|
1164
|
+
# accessPolicies/`access_policy``
|
|
1164
1165
|
# Corresponds to the JSON property `name`
|
|
1165
1166
|
# @return [String]
|
|
1166
1167
|
attr_accessor :name
|
|
@@ -1844,7 +1845,7 @@ module Google
|
|
|
1844
1845
|
# @return [String]
|
|
1845
1846
|
attr_accessor :description
|
|
1846
1847
|
|
|
1847
|
-
# Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
|
1848
|
+
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
|
1848
1849
|
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
|
1849
1850
|
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
|
1850
1851
|
# After you create a `ServicePerimeter`, you cannot change its `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.40.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240608"
|
|
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.40.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: 2024-
|
|
11
|
+
date: 2024-06-16 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.40.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: []
|