google-apis-assuredworkloads_v1 0.24.0 → 0.26.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: 16631baf0937a83397d003af78cba8be88c5fb77870125de94f9ddb689000701
4
- data.tar.gz: 269423dc61bf8013b6764d01a781c596bc3e91c487e41eb0ccab97fbea4b8f5f
3
+ metadata.gz: c41ad88af7f645a7c1001e3bcbbd9d9e2f5f74210649c92bb9fd01e655a41e36
4
+ data.tar.gz: 8957334a1619346390c47c2ebfab663348dd3d13c45300cb04c4479c30f4ce6e
5
5
  SHA512:
6
- metadata.gz: 45275de7ce5fe4a6e806ecdbb07f43b01bc7c9863156bcad9d0b89e01d6ab0d0e545a1a9fea65aa79c8039c0e2ae15f85f88d0fe8ccdc8e3a6913994e6fdf3ab
7
- data.tar.gz: 2ea8e52131426def5d47788fd50d05140e22cd8c9ef094dd5cc43479b673ea6d60e839ca443b13b50ddb3c8ffa1db07f160d04b1db674c8b264b5d0015015d2e
6
+ metadata.gz: df26a1a3e20855e8160d4b353fdc34bd6ee29d45b681064dc4ab40d799c65ab95637cadf877880ce3ec47708f53312d879dea92758ee6d3bb80b229721bf16f0
7
+ data.tar.gz: df20d2c9cba34b22fb0e9ce1d192f05c6f3f77bae66d46a0adb8fee111f20123bb36889423c8a24976ab3a99359b54f5dcb084c9de23fbf5f42454444488be49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.26.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220909
6
+
7
+ ### v0.25.0 (2022-09-07)
8
+
9
+ * Regenerated from discovery document revision 20220901
10
+
3
11
  ### v0.24.0 (2022-08-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20220811
@@ -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)
@@ -397,12 +406,12 @@ module Google
397
406
  class GoogleCloudAssuredworkloadsV1beta1Workload
398
407
  include Google::Apis::Core::Hashable
399
408
 
400
- # Output only. The billing account used for the resources which are direct
401
- # children of workload. This billing account is initially associated with the
402
- # resources created as part of Workload creation. After the initial creation of
403
- # these resources, the customer can change the assigned billing account. The
404
- # resource name has the form `billingAccounts/`billing_account_id``. For example,
405
- # `billingAccounts/012345-567890-ABCDEF`.
409
+ # Optional. The billing account used for the resources which are direct children
410
+ # of workload. This billing account is initially associated with the resources
411
+ # created as part of Workload creation. After the initial creation of these
412
+ # resources, the customer can change the assigned billing account. The resource
413
+ # name has the form `billingAccounts/`billing_account_id``. For example, `
414
+ # billingAccounts/012345-567890-ABCDEF`.
406
415
  # Corresponds to the JSON property `billingAccount`
407
416
  # @return [String]
408
417
  attr_accessor :billing_account
@@ -417,6 +426,14 @@ module Google
417
426
  # @return [String]
418
427
  attr_accessor :compliance_regime
419
428
 
429
+ # Output only. Urls for services which are compliant for this Assured Workload,
430
+ # but which are currently disallowed by the ResourceUsageRestriction org policy.
431
+ # Invoke RestrictAllowedResources endpoint to allow your project developers to
432
+ # use these services in their environment."
433
+ # Corresponds to the JSON property `compliantButDisallowedServices`
434
+ # @return [Array<String>]
435
+ attr_accessor :compliant_but_disallowed_services
436
+
420
437
  # Output only. Immutable. The Workload creation timestamp.
421
438
  # Corresponds to the JSON property `createTime`
422
439
  # @return [String]
@@ -514,6 +531,7 @@ module Google
514
531
  @billing_account = args[:billing_account] if args.key?(:billing_account)
515
532
  @cjis_settings = args[:cjis_settings] if args.key?(:cjis_settings)
516
533
  @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
534
+ @compliant_but_disallowed_services = args[:compliant_but_disallowed_services] if args.key?(:compliant_but_disallowed_services)
517
535
  @create_time = args[:create_time] if args.key?(:create_time)
518
536
  @display_name = args[:display_name] if args.key?(:display_name)
519
537
  @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
@@ -772,12 +790,12 @@ module Google
772
790
  class GoogleCloudAssuredworkloadsVersioningV1mainWorkload
773
791
  include Google::Apis::Core::Hashable
774
792
 
775
- # Input only. The billing account used for the resources which are direct
776
- # children of workload. This billing account is initially associated with the
777
- # resources created as part of Workload creation. After the initial creation of
778
- # these resources, the customer can change the assigned billing account. The
779
- # resource name has the form `billingAccounts/`billing_account_id``. For example,
780
- # `billingAccounts/012345-567890-ABCDEF`.
793
+ # Optional. The billing account used for the resources which are direct children
794
+ # of workload. This billing account is initially associated with the resources
795
+ # created as part of Workload creation. After the initial creation of these
796
+ # resources, the customer can change the assigned billing account. The resource
797
+ # name has the form `billingAccounts/`billing_account_id``. For example, `
798
+ # billingAccounts/012345-567890-ABCDEF`.
781
799
  # Corresponds to the JSON property `billingAccount`
782
800
  # @return [String]
783
801
  attr_accessor :billing_account
@@ -797,6 +815,14 @@ module Google
797
815
  # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus]
798
816
  attr_accessor :compliance_status
799
817
 
818
+ # Output only. Urls for services which are compliant for this Assured Workload,
819
+ # but which are currently disallowed by the ResourceUsageRestriction org policy.
820
+ # Invoke RestrictAllowedResources endpoint to allow your project developers to
821
+ # use these services in their environment."
822
+ # Corresponds to the JSON property `compliantButDisallowedServices`
823
+ # @return [Array<String>]
824
+ attr_accessor :compliant_but_disallowed_services
825
+
800
826
  # Output only. Immutable. The Workload creation timestamp.
801
827
  # Corresponds to the JSON property `createTime`
802
828
  # @return [String]
@@ -895,6 +921,7 @@ module Google
895
921
  @cjis_settings = args[:cjis_settings] if args.key?(:cjis_settings)
896
922
  @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
897
923
  @compliance_status = args[:compliance_status] if args.key?(:compliance_status)
924
+ @compliant_but_disallowed_services = args[:compliant_but_disallowed_services] if args.key?(:compliant_but_disallowed_services)
898
925
  @create_time = args[:create_time] if args.key?(:create_time)
899
926
  @display_name = args[:display_name] if args.key?(:display_name)
900
927
  @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.24.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 = "20220811"
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'
@@ -334,6 +335,7 @@ module Google
334
335
  property :cjis_settings, as: 'cjisSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings::Representation
335
336
 
336
337
  property :compliance_regime, as: 'complianceRegime'
338
+ collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
337
339
  property :create_time, as: 'createTime'
338
340
  property :display_name, as: 'displayName'
339
341
  property :enable_sovereign_controls, as: 'enableSovereignControls'
@@ -445,6 +447,7 @@ module Google
445
447
  property :compliance_regime, as: 'complianceRegime'
446
448
  property :compliance_status, as: 'complianceStatus', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus::Representation
447
449
 
450
+ collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
448
451
  property :create_time, as: 'createTime'
449
452
  property :display_name, as: 'displayName'
450
453
  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.24.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-08-22 00:00:00.000000000 Z
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.24.0
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: []