google-apis-assuredworkloads_v1 0.25.0 → 0.26.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: c41ad88af7f645a7c1001e3bcbbd9d9e2f5f74210649c92bb9fd01e655a41e36
|
|
4
|
+
data.tar.gz: 8957334a1619346390c47c2ebfab663348dd3d13c45300cb04c4479c30f4ce6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df26a1a3e20855e8160d4b353fdc34bd6ee29d45b681064dc4ab40d799c65ab95637cadf877880ce3ec47708f53312d879dea92758ee6d3bb80b229721bf16f0
|
|
7
|
+
data.tar.gz: df20d2c9cba34b22fb0e9ce1d192f05c6f3f77bae66d46a0adb8fee111f20123bb36889423c8a24976ab3a99359b54f5dcb084c9de23fbf5f42454444488be49
|
data/CHANGELOG.md
CHANGED
|
@@ -137,6 +137,14 @@ module Google
|
|
|
137
137
|
# @return [String]
|
|
138
138
|
attr_accessor :compliance_regime
|
|
139
139
|
|
|
140
|
+
# Output only. Urls for services which are compliant for this Assured Workload,
|
|
141
|
+
# but which are currently disallowed by the ResourceUsageRestriction org policy.
|
|
142
|
+
# Invoke RestrictAllowedResources endpoint to allow your project developers to
|
|
143
|
+
# use these services in their environment."
|
|
144
|
+
# Corresponds to the JSON property `compliantButDisallowedServices`
|
|
145
|
+
# @return [Array<String>]
|
|
146
|
+
attr_accessor :compliant_but_disallowed_services
|
|
147
|
+
|
|
140
148
|
# Output only. Immutable. The Workload creation timestamp.
|
|
141
149
|
# Corresponds to the JSON property `createTime`
|
|
142
150
|
# @return [String]
|
|
@@ -218,6 +226,7 @@ module Google
|
|
|
218
226
|
def update!(**args)
|
|
219
227
|
@billing_account = args[:billing_account] if args.key?(:billing_account)
|
|
220
228
|
@compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
|
|
229
|
+
@compliant_but_disallowed_services = args[:compliant_but_disallowed_services] if args.key?(:compliant_but_disallowed_services)
|
|
221
230
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
222
231
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
223
232
|
@enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AssuredworkloadsV1
|
|
18
18
|
# Version of the google-apis-assuredworkloads_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220909"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -263,6 +263,7 @@ module Google
|
|
|
263
263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
264
264
|
property :billing_account, as: 'billingAccount'
|
|
265
265
|
property :compliance_regime, as: 'complianceRegime'
|
|
266
|
+
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
|
266
267
|
property :create_time, as: 'createTime'
|
|
267
268
|
property :display_name, as: 'displayName'
|
|
268
269
|
property :enable_sovereign_controls, as: 'enableSovereignControls'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-assuredworkloads_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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-09-
|
|
11
|
+
date: 2022-09-19 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-assuredworkloads_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|