google-apis-assuredworkloads_v1 0.20.0 → 0.23.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: b4bc4790180df0342dcdd43f0fcdd7fb3431904a5acb3e6157d80abb6fabdbdb
4
- data.tar.gz: ac1c8f9a048d36794ac84917ee629b3bbf5af6c3451025565b360b6e459d4416
3
+ metadata.gz: 1fca236ef681f6ef81d1bb53269ae8eb6306f7f013bb6128a8b176bc97356714
4
+ data.tar.gz: 2734e9d2122050841ece3cfecee456a3de4c2163833bdb00e575d7b920156dcc
5
5
  SHA512:
6
- metadata.gz: 61be4fe371e4c7aa76a3120879cda9ff2133bc26d8814c0cd9aeaae877202d6c3719afc6104d1f2a0f59c5d836432910eedea417195ada39dd8916c902c05549
7
- data.tar.gz: 23ce1f7fc109bd78973df7287c50695980775e65fd5adeb41d5373b142e0926e07abd1ffa33f21fc0c3d68137dd3913011416c701ee4c1493f7a2f34f19d8ef3
6
+ metadata.gz: 90564ee0e3ad48239a6a3d031b8df4e7447da9e6ae08e129294cf261179699e545f0cfa2f9260a81830bcc2b6f634cd2a36477aa2fc6b44d68a3e24ceef779a8
7
+ data.tar.gz: 201a4a5a308164ac0a75e7b9f39798a9b4f029b6512ee86be1a0636da277111fcf6c9dbfe5601a8582819aa62efba37ddf6b0455ed9c2ab4d9f8a536d44e9f9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.23.0 (2022-07-26)
4
+
5
+ * Regenerated from discovery document revision 20220725
6
+
7
+ ### v0.22.0 (2022-07-19)
8
+
9
+ * Regenerated from discovery document revision 20220714
10
+
11
+ ### v0.21.0 (2022-07-12)
12
+
13
+ * Regenerated from discovery document revision 20220707
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.20.0 (2022-06-30)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -936,7 +936,12 @@ module Google
936
936
  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
937
937
  include Google::Apis::Core::Hashable
938
938
 
939
- # Optional. Count of active Violations in the Workload.
939
+ # Count of active Violations which are acknowledged in the Workload.
940
+ # Corresponds to the JSON property `acknowledgedViolationCount`
941
+ # @return [Fixnum]
942
+ attr_accessor :acknowledged_violation_count
943
+
944
+ # Count of active Violations which haven't been acknowledged.
940
945
  # Corresponds to the JSON property `activeViolationCount`
941
946
  # @return [Fixnum]
942
947
  attr_accessor :active_violation_count
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220623"
25
+ REVISION = "20220725"
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.20.0
4
+ version: 0.23.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-04 00:00:00.000000000 Z
11
+ date: 2022-08-01 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.23.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: []