google-apis-assuredworkloads_v1 0.13.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 817dc71ee5a64c9cbcb40ee2b0c7f8fd732b6e0b84a2983dd186e2543de174dd
4
- data.tar.gz: 3cf53bebb76d5ef9b8bab7db3c5461b5bbc0ce7a28cef058129dfef469739af8
3
+ metadata.gz: fb1236c8d64a832ef026edef590af5e680b9937fca272793436cd7d1773ffa40
4
+ data.tar.gz: 3c2c08c0a10fb96f57b41cf81eb664fa038a6d1c7ca98bbbba11c23e1b1150cf
5
5
  SHA512:
6
- metadata.gz: 748efa48e9e978b57c8d6aaca92e478e0942073ba7ac4c105410a7a9326a408b725777b165655f7ab7868804db1240b03df656a8099fcc644ab0b82f765b3cf2
7
- data.tar.gz: 32514c31161fd8bdf780f9c64f72f668f5c0436b7ecf5b00f94a043258235211d370b873e0e1d2593de74d582734656ad3af0606535df22ac2b2492a02df2969
6
+ metadata.gz: f8adc4080bd2b6291fb8c50474cf0a1b19f73e5b590d2bed16d9ae3bb4db942af782554482907bf2e08c48874599f2acd82613f57b0afdd98e771fe95365f514
7
+ data.tar.gz: 72c59a43fa6a70597546bdeeeec3c349b2c5e631fead2a056ed5d63d981a0b126f965f2d72d6cd8c9b148cf59b3193992328db1919815dbec407210800f09d3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.16.0 (2022-03-01)
4
+
5
+ * Regenerated from discovery document revision 20220224
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.15.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.14.0 (2021-12-07)
13
+
14
+ * Regenerated from discovery document revision 20211202
15
+
3
16
  ### v0.13.0 (2021-11-16)
4
17
 
5
18
  * Regenerated from discovery document revision 20211111
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/assuredworkloads_v1"
51
51
  client = Google::Apis::AssuredworkloadsV1::AssuredworkloadsService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -116,12 +116,24 @@ module Google
116
116
  # @return [String]
117
117
  attr_accessor :display_name
118
118
 
119
+ # Optional. Indicates the sovereignty status of the given workload. Currently
120
+ # meant to be used by Europe/Canada customers.
121
+ # Corresponds to the JSON property `enableSovereignControls`
122
+ # @return [Boolean]
123
+ attr_accessor :enable_sovereign_controls
124
+ alias_method :enable_sovereign_controls?, :enable_sovereign_controls
125
+
119
126
  # Optional. ETag of the workload, it is calculated on the basis of the Workload
120
127
  # contents. It will be used in Update & Delete operations.
121
128
  # Corresponds to the JSON property `etag`
122
129
  # @return [String]
123
130
  attr_accessor :etag
124
131
 
132
+ # Output only. Represents the KAJ enrollment state of the given workload.
133
+ # Corresponds to the JSON property `kajEnrollmentState`
134
+ # @return [String]
135
+ attr_accessor :kaj_enrollment_state
136
+
125
137
  # Settings specific to the Key Management Service.
126
138
  # Corresponds to the JSON property `kmsSettings`
127
139
  # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings]
@@ -160,6 +172,11 @@ module Google
160
172
  # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo>]
161
173
  attr_accessor :resources
162
174
 
175
+ # Signed Access Approvals (SAA) enrollment response.
176
+ # Corresponds to the JSON property `saaEnrollmentResponse`
177
+ # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse]
178
+ attr_accessor :saa_enrollment_response
179
+
163
180
  def initialize(**args)
164
181
  update!(**args)
165
182
  end
@@ -170,13 +187,16 @@ module Google
170
187
  @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
171
188
  @create_time = args[:create_time] if args.key?(:create_time)
172
189
  @display_name = args[:display_name] if args.key?(:display_name)
190
+ @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
173
191
  @etag = args[:etag] if args.key?(:etag)
192
+ @kaj_enrollment_state = args[:kaj_enrollment_state] if args.key?(:kaj_enrollment_state)
174
193
  @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
175
194
  @labels = args[:labels] if args.key?(:labels)
176
195
  @name = args[:name] if args.key?(:name)
177
196
  @provisioned_resources_parent = args[:provisioned_resources_parent] if args.key?(:provisioned_resources_parent)
178
197
  @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
179
198
  @resources = args[:resources] if args.key?(:resources)
199
+ @saa_enrollment_response = args[:saa_enrollment_response] if args.key?(:saa_enrollment_response)
180
200
  end
181
201
  end
182
202
 
@@ -245,7 +265,9 @@ module Google
245
265
  attr_accessor :display_name
246
266
 
247
267
  # Resource identifier. For a project this represents project_id. If the project
248
- # is already taken, the workload creation will fail.
268
+ # is already taken, the workload creation will fail. For KeyRing, this
269
+ # represents the keyring_id. For a folder, don't set this value as folder_id is
270
+ # assigned by Google.
249
271
  # Corresponds to the JSON property `resourceId`
250
272
  # @return [String]
251
273
  attr_accessor :resource_id
@@ -268,6 +290,31 @@ module Google
268
290
  end
269
291
  end
270
292
 
293
+ # Signed Access Approvals (SAA) enrollment response.
294
+ class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
295
+ include Google::Apis::Core::Hashable
296
+
297
+ # Indicates SAA enrollment setup error if any.
298
+ # Corresponds to the JSON property `setupErrors`
299
+ # @return [Array<String>]
300
+ attr_accessor :setup_errors
301
+
302
+ # Indicates SAA enrollment status of a given workload.
303
+ # Corresponds to the JSON property `setupStatus`
304
+ # @return [String]
305
+ attr_accessor :setup_status
306
+
307
+ def initialize(**args)
308
+ update!(**args)
309
+ end
310
+
311
+ # Update properties of this object
312
+ def update!(**args)
313
+ @setup_errors = args[:setup_errors] if args.key?(:setup_errors)
314
+ @setup_status = args[:setup_status] if args.key?(:setup_status)
315
+ end
316
+ end
317
+
271
318
  # Operation metadata to give request details of CreateWorkload.
272
319
  class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
273
320
  include Google::Apis::Core::Hashable
@@ -349,6 +396,13 @@ module Google
349
396
  # @return [String]
350
397
  attr_accessor :display_name
351
398
 
399
+ # Optional. Indicates the sovereignty status of the given workload. Currently
400
+ # meant to be used by Europe/Canada customers.
401
+ # Corresponds to the JSON property `enableSovereignControls`
402
+ # @return [Boolean]
403
+ attr_accessor :enable_sovereign_controls
404
+ alias_method :enable_sovereign_controls?, :enable_sovereign_controls
405
+
352
406
  # Optional. ETag of the workload, it is calculated on the basis of the Workload
353
407
  # contents. It will be used in Update & Delete operations.
354
408
  # Corresponds to the JSON property `etag`
@@ -370,6 +424,11 @@ module Google
370
424
  # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings]
371
425
  attr_accessor :il4_settings
372
426
 
427
+ # Output only. Represents the KAJ enrollment state of the given workload.
428
+ # Corresponds to the JSON property `kajEnrollmentState`
429
+ # @return [String]
430
+ attr_accessor :kaj_enrollment_state
431
+
373
432
  # Settings specific to the Key Management Service.
374
433
  # Corresponds to the JSON property `kmsSettings`
375
434
  # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings]
@@ -408,6 +467,11 @@ module Google
408
467
  # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo>]
409
468
  attr_accessor :resources
410
469
 
470
+ # Signed Access Approvals (SAA) enrollment response.
471
+ # Corresponds to the JSON property `saaEnrollmentResponse`
472
+ # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse]
473
+ attr_accessor :saa_enrollment_response
474
+
411
475
  def initialize(**args)
412
476
  update!(**args)
413
477
  end
@@ -419,16 +483,19 @@ module Google
419
483
  @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
420
484
  @create_time = args[:create_time] if args.key?(:create_time)
421
485
  @display_name = args[:display_name] if args.key?(:display_name)
486
+ @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
422
487
  @etag = args[:etag] if args.key?(:etag)
423
488
  @fedramp_high_settings = args[:fedramp_high_settings] if args.key?(:fedramp_high_settings)
424
489
  @fedramp_moderate_settings = args[:fedramp_moderate_settings] if args.key?(:fedramp_moderate_settings)
425
490
  @il4_settings = args[:il4_settings] if args.key?(:il4_settings)
491
+ @kaj_enrollment_state = args[:kaj_enrollment_state] if args.key?(:kaj_enrollment_state)
426
492
  @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
427
493
  @labels = args[:labels] if args.key?(:labels)
428
494
  @name = args[:name] if args.key?(:name)
429
495
  @provisioned_resources_parent = args[:provisioned_resources_parent] if args.key?(:provisioned_resources_parent)
430
496
  @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
431
497
  @resources = args[:resources] if args.key?(:resources)
498
+ @saa_enrollment_response = args[:saa_enrollment_response] if args.key?(:saa_enrollment_response)
432
499
  end
433
500
  end
434
501
 
@@ -573,7 +640,9 @@ module Google
573
640
  attr_accessor :display_name
574
641
 
575
642
  # Resource identifier. For a project this represents project_id. If the project
576
- # is already taken, the workload creation will fail.
643
+ # is already taken, the workload creation will fail. For KeyRing, this
644
+ # represents the keyring_id. For a folder, don't set this value as folder_id is
645
+ # assigned by Google.
577
646
  # Corresponds to the JSON property `resourceId`
578
647
  # @return [String]
579
648
  attr_accessor :resource_id
@@ -596,6 +665,31 @@ module Google
596
665
  end
597
666
  end
598
667
 
668
+ # Signed Access Approvals (SAA) enrollment response.
669
+ class GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
670
+ include Google::Apis::Core::Hashable
671
+
672
+ # Indicates SAA enrollment setup error if any.
673
+ # Corresponds to the JSON property `setupErrors`
674
+ # @return [Array<String>]
675
+ attr_accessor :setup_errors
676
+
677
+ # Indicates SAA enrollment status of a given workload.
678
+ # Corresponds to the JSON property `setupStatus`
679
+ # @return [String]
680
+ attr_accessor :setup_status
681
+
682
+ def initialize(**args)
683
+ update!(**args)
684
+ end
685
+
686
+ # Update properties of this object
687
+ def update!(**args)
688
+ @setup_errors = args[:setup_errors] if args.key?(:setup_errors)
689
+ @setup_status = args[:setup_status] if args.key?(:setup_status)
690
+ end
691
+ end
692
+
599
693
  # Operation metadata to give request details of CreateWorkload.
600
694
  class GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata
601
695
  include Google::Apis::Core::Hashable
@@ -677,6 +771,13 @@ module Google
677
771
  # @return [String]
678
772
  attr_accessor :display_name
679
773
 
774
+ # Optional. Indicates the sovereignty status of the given workload. Currently
775
+ # meant to be used by Europe/Canada customers.
776
+ # Corresponds to the JSON property `enableSovereignControls`
777
+ # @return [Boolean]
778
+ attr_accessor :enable_sovereign_controls
779
+ alias_method :enable_sovereign_controls?, :enable_sovereign_controls
780
+
680
781
  # Optional. ETag of the workload, it is calculated on the basis of the Workload
681
782
  # contents. It will be used in Update & Delete operations.
682
783
  # Corresponds to the JSON property `etag`
@@ -698,6 +799,11 @@ module Google
698
799
  # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings]
699
800
  attr_accessor :il4_settings
700
801
 
802
+ # Output only. Represents the KAJ enrollment state of the given workload.
803
+ # Corresponds to the JSON property `kajEnrollmentState`
804
+ # @return [String]
805
+ attr_accessor :kaj_enrollment_state
806
+
701
807
  # Settings specific to the Key Management Service.
702
808
  # Corresponds to the JSON property `kmsSettings`
703
809
  # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings]
@@ -736,6 +842,11 @@ module Google
736
842
  # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo>]
737
843
  attr_accessor :resources
738
844
 
845
+ # Signed Access Approvals (SAA) enrollment response.
846
+ # Corresponds to the JSON property `saaEnrollmentResponse`
847
+ # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse]
848
+ attr_accessor :saa_enrollment_response
849
+
739
850
  def initialize(**args)
740
851
  update!(**args)
741
852
  end
@@ -747,16 +858,19 @@ module Google
747
858
  @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
748
859
  @create_time = args[:create_time] if args.key?(:create_time)
749
860
  @display_name = args[:display_name] if args.key?(:display_name)
861
+ @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
750
862
  @etag = args[:etag] if args.key?(:etag)
751
863
  @fedramp_high_settings = args[:fedramp_high_settings] if args.key?(:fedramp_high_settings)
752
864
  @fedramp_moderate_settings = args[:fedramp_moderate_settings] if args.key?(:fedramp_moderate_settings)
753
865
  @il4_settings = args[:il4_settings] if args.key?(:il4_settings)
866
+ @kaj_enrollment_state = args[:kaj_enrollment_state] if args.key?(:kaj_enrollment_state)
754
867
  @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
755
868
  @labels = args[:labels] if args.key?(:labels)
756
869
  @name = args[:name] if args.key?(:name)
757
870
  @provisioned_resources_parent = args[:provisioned_resources_parent] if args.key?(:provisioned_resources_parent)
758
871
  @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
759
872
  @resources = args[:resources] if args.key?(:resources)
873
+ @saa_enrollment_response = args[:saa_enrollment_response] if args.key?(:saa_enrollment_response)
760
874
  end
761
875
  end
762
876
 
@@ -901,7 +1015,9 @@ module Google
901
1015
  attr_accessor :display_name
902
1016
 
903
1017
  # Resource identifier. For a project this represents project_id. If the project
904
- # is already taken, the workload creation will fail.
1018
+ # is already taken, the workload creation will fail. For KeyRing, this
1019
+ # represents the keyring_id. For a folder, don't set this value as folder_id is
1020
+ # assigned by Google.
905
1021
  # Corresponds to the JSON property `resourceId`
906
1022
  # @return [String]
907
1023
  attr_accessor :resource_id
@@ -924,6 +1040,31 @@ module Google
924
1040
  end
925
1041
  end
926
1042
 
1043
+ # Signed Access Approvals (SAA) enrollment response.
1044
+ class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse
1045
+ include Google::Apis::Core::Hashable
1046
+
1047
+ # Indicates SAA enrollment setup error if any.
1048
+ # Corresponds to the JSON property `setupErrors`
1049
+ # @return [Array<String>]
1050
+ attr_accessor :setup_errors
1051
+
1052
+ # Indicates SAA enrollment status of a given workload.
1053
+ # Corresponds to the JSON property `setupStatus`
1054
+ # @return [String]
1055
+ attr_accessor :setup_status
1056
+
1057
+ def initialize(**args)
1058
+ update!(**args)
1059
+ end
1060
+
1061
+ # Update properties of this object
1062
+ def update!(**args)
1063
+ @setup_errors = args[:setup_errors] if args.key?(:setup_errors)
1064
+ @setup_status = args[:setup_status] if args.key?(:setup_status)
1065
+ end
1066
+ end
1067
+
927
1068
  # The response message for Operations.ListOperations.
928
1069
  class GoogleLongrunningListOperationsResponse
929
1070
  include Google::Apis::Core::Hashable
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211111"
25
+ REVISION = "20220224"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,12 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
61
67
  class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
62
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
69
 
@@ -112,6 +118,12 @@ module Google
112
118
  include Google::Apis::Core::JsonObjectSupport
113
119
  end
114
120
 
121
+ class GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
115
127
  class GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata
116
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
129
 
@@ -166,6 +178,12 @@ module Google
166
178
  include Google::Apis::Core::JsonObjectSupport
167
179
  end
168
180
 
181
+ class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
169
187
  class GoogleLongrunningListOperationsResponse
170
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
189
 
@@ -216,7 +234,9 @@ module Google
216
234
  property :compliance_regime, as: 'complianceRegime'
217
235
  property :create_time, as: 'createTime'
218
236
  property :display_name, as: 'displayName'
237
+ property :enable_sovereign_controls, as: 'enableSovereignControls'
219
238
  property :etag, as: 'etag'
239
+ property :kaj_enrollment_state, as: 'kajEnrollmentState'
220
240
  property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings::Representation
221
241
 
222
242
  hash :labels, as: 'labels'
@@ -226,6 +246,8 @@ module Google
226
246
 
227
247
  collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo::Representation
228
248
 
249
+ property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse::Representation
250
+
229
251
  end
230
252
  end
231
253
 
@@ -254,6 +276,14 @@ module Google
254
276
  end
255
277
  end
256
278
 
279
+ class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
280
+ # @private
281
+ class Representation < Google::Apis::Core::JsonRepresentation
282
+ collection :setup_errors, as: 'setupErrors'
283
+ property :setup_status, as: 'setupStatus'
284
+ end
285
+ end
286
+
257
287
  class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
258
288
  # @private
259
289
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -275,6 +305,7 @@ module Google
275
305
  property :compliance_regime, as: 'complianceRegime'
276
306
  property :create_time, as: 'createTime'
277
307
  property :display_name, as: 'displayName'
308
+ property :enable_sovereign_controls, as: 'enableSovereignControls'
278
309
  property :etag, as: 'etag'
279
310
  property :fedramp_high_settings, as: 'fedrampHighSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings::Representation
280
311
 
@@ -282,6 +313,7 @@ module Google
282
313
 
283
314
  property :il4_settings, as: 'il4Settings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings::Representation
284
315
 
316
+ property :kaj_enrollment_state, as: 'kajEnrollmentState'
285
317
  property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings::Representation
286
318
 
287
319
  hash :labels, as: 'labels'
@@ -291,6 +323,8 @@ module Google
291
323
 
292
324
  collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo::Representation
293
325
 
326
+ property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse::Representation
327
+
294
328
  end
295
329
  end
296
330
 
@@ -351,6 +385,14 @@ module Google
351
385
  end
352
386
  end
353
387
 
388
+ class GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
389
+ # @private
390
+ class Representation < Google::Apis::Core::JsonRepresentation
391
+ collection :setup_errors, as: 'setupErrors'
392
+ property :setup_status, as: 'setupStatus'
393
+ end
394
+ end
395
+
354
396
  class GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata
355
397
  # @private
356
398
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -372,6 +414,7 @@ module Google
372
414
  property :compliance_regime, as: 'complianceRegime'
373
415
  property :create_time, as: 'createTime'
374
416
  property :display_name, as: 'displayName'
417
+ property :enable_sovereign_controls, as: 'enableSovereignControls'
375
418
  property :etag, as: 'etag'
376
419
  property :fedramp_high_settings, as: 'fedrampHighSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings::Representation
377
420
 
@@ -379,6 +422,7 @@ module Google
379
422
 
380
423
  property :il4_settings, as: 'il4Settings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings::Representation
381
424
 
425
+ property :kaj_enrollment_state, as: 'kajEnrollmentState'
382
426
  property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
383
427
 
384
428
  hash :labels, as: 'labels'
@@ -388,6 +432,8 @@ module Google
388
432
 
389
433
  collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo::Representation
390
434
 
435
+ property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse::Representation
436
+
391
437
  end
392
438
  end
393
439
 
@@ -448,6 +494,14 @@ module Google
448
494
  end
449
495
  end
450
496
 
497
+ class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse
498
+ # @private
499
+ class Representation < Google::Apis::Core::JsonRepresentation
500
+ collection :setup_errors, as: 'setupErrors'
501
+ property :setup_status, as: 'setupStatus'
502
+ end
503
+ end
504
+
451
505
  class GoogleLongrunningListOperationsResponse
452
506
  # @private
453
507
  class Representation < Google::Apis::Core::JsonRepresentation
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.13.0
4
+ version: 0.16.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.16.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Assured Workloads API V1