google-apis-assuredworkloads_v1 0.21.0 → 0.22.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: 672e17e4bee5e6a3516d647ee49d07173eb2d14f8967eb98d19c4a25246b2697
|
|
4
|
+
data.tar.gz: 77731b6722bc342c9574711f721071a528a024cf3cfe32163bbe33f105a7bb1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44fe25fd723b80c6c4190b8de20130fb0ea55dd6e9824e67664121d4ccb986ae901a754ecd315dc3c51452adda6c5469e423ca1206ce63572c3639ed4ec6da62
|
|
7
|
+
data.tar.gz: 8b1d5371e621e74495fea27d46173a1efe9fcaeec11772f3c1e67372fadea158a97dfa04aae58c3bd6254df380583acd356e123bb48da6102c74a2d4ec236862
|
data/CHANGELOG.md
CHANGED
|
@@ -936,6 +936,11 @@ module Google
|
|
|
936
936
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
|
937
937
|
include Google::Apis::Core::Hashable
|
|
938
938
|
|
|
939
|
+
# Count of acknowledged violations in the Workload.
|
|
940
|
+
# Corresponds to the JSON property `acknowledgedViolationCount`
|
|
941
|
+
# @return [Fixnum]
|
|
942
|
+
attr_accessor :acknowledged_violation_count
|
|
943
|
+
|
|
939
944
|
# Count of active Violations in the Workload.
|
|
940
945
|
# Corresponds to the JSON property `activeViolationCount`
|
|
941
946
|
# @return [Fixnum]
|
|
@@ -947,6 +952,7 @@ module Google
|
|
|
947
952
|
|
|
948
953
|
# Update properties of this object
|
|
949
954
|
def update!(**args)
|
|
955
|
+
@acknowledged_violation_count = args[:acknowledged_violation_count] if args.key?(:acknowledged_violation_count)
|
|
950
956
|
@active_violation_count = args[:active_violation_count] if args.key?(:active_violation_count)
|
|
951
957
|
end
|
|
952
958
|
end
|
|
@@ -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.22.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 = "20220714"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -481,6 +481,7 @@ module Google
|
|
|
481
481
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
|
482
482
|
# @private
|
|
483
483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
484
|
+
property :acknowledged_violation_count, as: 'acknowledgedViolationCount'
|
|
484
485
|
property :active_violation_count, as: 'activeViolationCount'
|
|
485
486
|
end
|
|
486
487
|
end
|
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.22.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-07-
|
|
11
|
+
date: 2022-07-25 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.22.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: []
|