google-apis-assuredworkloads_v1 0.21.0 → 0.24.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: 10424c8398c3f56ca47a508222d4fc7b969e9f400a659708945d5634ed4f222e
4
- data.tar.gz: 90c384509274a4f69091e8b60b73adcf426f1e204de064da5ecf89fc445eebfe
3
+ metadata.gz: 16631baf0937a83397d003af78cba8be88c5fb77870125de94f9ddb689000701
4
+ data.tar.gz: 269423dc61bf8013b6764d01a781c596bc3e91c487e41eb0ccab97fbea4b8f5f
5
5
  SHA512:
6
- metadata.gz: 0df783047c0c38c4726b819f2a8854a39cd3a06c905dcad2d785e03ca64db1cf285ad538286e097b482663ec3035573b8ff1b87f4f2ac1fbe567bac8fdcdb6d9
7
- data.tar.gz: 222ad92b16ba4c270176cbc0b62fec6d55d8176a387f9011df51b8929592d463236e9b57c5371101b76a52dcda0ee389428fb08b901b73db5b7160541925b902
6
+ metadata.gz: 45275de7ce5fe4a6e806ecdbb07f43b01bc7c9863156bcad9d0b89e01d6ab0d0e545a1a9fea65aa79c8039c0e2ae15f85f88d0fe8ccdc8e3a6913994e6fdf3ab
7
+ data.tar.gz: 2ea8e52131426def5d47788fd50d05140e22cd8c9ef094dd5cc43479b673ea6d60e839ca443b13b50ddb3c8ffa1db07f160d04b1db674c8b264b5d0015015d2e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.24.0 (2022-08-16)
4
+
5
+ * Regenerated from discovery document revision 20220811
6
+
7
+ ### v0.23.0 (2022-07-26)
8
+
9
+ * Regenerated from discovery document revision 20220725
10
+
11
+ ### v0.22.0 (2022-07-19)
12
+
13
+ * Regenerated from discovery document revision 20220714
14
+
3
15
  ### v0.21.0 (2022-07-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220707
@@ -397,7 +397,7 @@ module Google
397
397
  class GoogleCloudAssuredworkloadsV1beta1Workload
398
398
  include Google::Apis::Core::Hashable
399
399
 
400
- # Input only. The billing account used for the resources which are direct
400
+ # Output only. The billing account used for the resources which are direct
401
401
  # children of workload. This billing account is initially associated with the
402
402
  # resources created as part of Workload creation. After the initial creation of
403
403
  # these resources, the customer can change the assigned billing account. The
@@ -936,7 +936,12 @@ module Google
936
936
  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
937
937
  include Google::Apis::Core::Hashable
938
938
 
939
- # 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.21.0"
19
+ GEM_VERSION = "0.24.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 = "20220707"
25
+ REVISION = "20220811"
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.21.0
4
+ version: 0.24.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-18 00:00:00.000000000 Z
11
+ date: 2022-08-22 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.24.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: []