google-apis-assuredworkloads_v1 0.19.0 → 0.20.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4bc4790180df0342dcdd43f0fcdd7fb3431904a5acb3e6157d80abb6fabdbdb
|
4
|
+
data.tar.gz: ac1c8f9a048d36794ac84917ee629b3bbf5af6c3451025565b360b6e459d4416
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61be4fe371e4c7aa76a3120879cda9ff2133bc26d8814c0cd9aeaae877202d6c3719afc6104d1f2a0f59c5d836432910eedea417195ada39dd8916c902c05549
|
7
|
+
data.tar.gz: 23ce1f7fc109bd78973df7287c50695980775e65fd5adeb41d5373b142e0926e07abd1ffa33f21fc0c3d68137dd3913011416c701ee4c1493f7a2f34f19d8ef3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-assuredworkloads_v1
|
2
2
|
|
3
|
+
### v0.20.0 (2022-06-30)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.8.0
|
6
|
+
* Regenerated from discovery document revision 20220623
|
7
|
+
|
3
8
|
### v0.19.0 (2022-06-18)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.7.0
|
@@ -792,6 +792,11 @@ module Google
|
|
792
792
|
# @return [String]
|
793
793
|
attr_accessor :compliance_regime
|
794
794
|
|
795
|
+
# Represents the Compliance Status of this workload
|
796
|
+
# Corresponds to the JSON property `complianceStatus`
|
797
|
+
# @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus]
|
798
|
+
attr_accessor :compliance_status
|
799
|
+
|
795
800
|
# Output only. Immutable. The Workload creation timestamp.
|
796
801
|
# Corresponds to the JSON property `createTime`
|
797
802
|
# @return [String]
|
@@ -889,6 +894,7 @@ module Google
|
|
889
894
|
@billing_account = args[:billing_account] if args.key?(:billing_account)
|
890
895
|
@cjis_settings = args[:cjis_settings] if args.key?(:cjis_settings)
|
891
896
|
@compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
|
897
|
+
@compliance_status = args[:compliance_status] if args.key?(:compliance_status)
|
892
898
|
@create_time = args[:create_time] if args.key?(:create_time)
|
893
899
|
@display_name = args[:display_name] if args.key?(:display_name)
|
894
900
|
@enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
|
@@ -926,6 +932,25 @@ module Google
|
|
926
932
|
end
|
927
933
|
end
|
928
934
|
|
935
|
+
# Represents the Compliance Status of this workload
|
936
|
+
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
937
|
+
include Google::Apis::Core::Hashable
|
938
|
+
|
939
|
+
# Optional. Count of active Violations in the Workload.
|
940
|
+
# Corresponds to the JSON property `activeViolationCount`
|
941
|
+
# @return [Fixnum]
|
942
|
+
attr_accessor :active_violation_count
|
943
|
+
|
944
|
+
def initialize(**args)
|
945
|
+
update!(**args)
|
946
|
+
end
|
947
|
+
|
948
|
+
# Update properties of this object
|
949
|
+
def update!(**args)
|
950
|
+
@active_violation_count = args[:active_violation_count] if args.key?(:active_violation_count)
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
929
954
|
# Settings specific to resources needed for FedRAMP High.
|
930
955
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
|
931
956
|
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.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.8.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220623"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -154,6 +154,12 @@ module Google
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
+
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
157
163
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
@@ -437,6 +443,8 @@ module Google
|
|
437
443
|
property :cjis_settings, as: 'cjisSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings::Representation
|
438
444
|
|
439
445
|
property :compliance_regime, as: 'complianceRegime'
|
446
|
+
property :compliance_status, as: 'complianceStatus', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus::Representation
|
447
|
+
|
440
448
|
property :create_time, as: 'createTime'
|
441
449
|
property :display_name, as: 'displayName'
|
442
450
|
property :enable_sovereign_controls, as: 'enableSovereignControls'
|
@@ -470,6 +478,13 @@ module Google
|
|
470
478
|
end
|
471
479
|
end
|
472
480
|
|
481
|
+
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
482
|
+
# @private
|
483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
484
|
+
property :active_violation_count, as: 'activeViolationCount'
|
485
|
+
end
|
486
|
+
end
|
487
|
+
|
473
488
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
|
474
489
|
# @private
|
475
490
|
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.
|
4
|
+
version: 0.20.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-
|
11
|
+
date: 2022-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.20.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: []
|