google-cloud-assured_workloads-v1beta1 0.1.0 → 0.2.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: 74bf96ed818aa92c149d9d7ba751d37dcb947c6621dee286b50950f7526dafa6
|
|
4
|
+
data.tar.gz: e0ad64e850c7027837c589c5d8e77587bf7045e639e50e430229a220eedb8c51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '04891fe40e6aa8f268fd1368d5200bcd6e461b4a7dcd473e783807b3374cacc82df20e4f3632c73e426b915c03804a186c1a66ed0a47610b55a7747bafb89a03'
|
|
7
|
+
data.tar.gz: 7b524a51c1eda03523bdfe3160fa3ace2142c7d2b2ae11990acba1c79eee7adb9ac91741bae2136e6a40257dc2154c770c8f1783a2ad73a1b052e1e3e4b51580
|
|
@@ -49,6 +49,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
49
49
|
optional :billing_account, :string, 6
|
|
50
50
|
optional :etag, :string, 9
|
|
51
51
|
map :labels, :string, :string, 10
|
|
52
|
+
optional :provisioned_resources_parent, :string, 13
|
|
53
|
+
optional :kms_settings, :message, 14, "google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings"
|
|
52
54
|
oneof :compliance_regime_settings do
|
|
53
55
|
optional :il4_settings, :message, 7, "google.cloud.assuredworkloads.v1beta1.Workload.IL4Settings"
|
|
54
56
|
optional :cjis_settings, :message, 8, "google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings"
|
|
@@ -131,7 +131,7 @@ module Google
|
|
|
131
131
|
# Required. The user-assigned display name of the Workload.
|
|
132
132
|
# When present it must be between 4 to 30 characters.
|
|
133
133
|
# Allowed characters are: lowercase and uppercase letters, numbers,
|
|
134
|
-
# hyphen,
|
|
134
|
+
# hyphen, and spaces.
|
|
135
135
|
#
|
|
136
136
|
# Example: My Workload
|
|
137
137
|
# @!attribute [r] resources
|
|
@@ -175,6 +175,20 @@ module Google
|
|
|
175
175
|
# @!attribute [rw] labels
|
|
176
176
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
177
177
|
# Optional. Labels applied to the workload.
|
|
178
|
+
# @!attribute [rw] provisioned_resources_parent
|
|
179
|
+
# @return [::String]
|
|
180
|
+
# Input only. The parent resource for the resources managed by this Assured Workload. May
|
|
181
|
+
# be either an organization or a folder. Must be the same or a child of the
|
|
182
|
+
# Workload parent. If not specified all resources are created under the
|
|
183
|
+
# Workload parent.
|
|
184
|
+
# Formats:
|
|
185
|
+
# folders/\\{folder_id}
|
|
186
|
+
# organizations/\\{organization_id}
|
|
187
|
+
# @!attribute [rw] kms_settings
|
|
188
|
+
# @return [::Google::Cloud::AssuredWorkloads::V1beta1::Workload::KMSSettings]
|
|
189
|
+
# Input only. Settings used to create a CMEK crypto key. When set a project with a KMS
|
|
190
|
+
# CMEK key is provisioned. This field is mandatory for a subset of Compliance
|
|
191
|
+
# Regimes.
|
|
178
192
|
class Workload
|
|
179
193
|
include ::Google::Protobuf::MessageExts
|
|
180
194
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-assured_workloads-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2020-
|
|
11
|
+
date: 2020-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|