google-apis-assuredworkloads_v1 0.39.0 → 0.40.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: e2ab1e1dba4ffad8bef11ebbb591cb175d446777e91d694c7b800a790c7a72ca
4
- data.tar.gz: 6fc59b7bf573599e057e8dc53f46463db91a5dda5e3b8eb5151e8461ad234662
3
+ metadata.gz: 891171061c5a1a99dd2bcacc140ff95f7f03d03bfd6cba41b912716e55475c0c
4
+ data.tar.gz: 767107938c47eecc553ba1263e7b61441ce8f09b9c36f42ddf2bf1ebe0d57f19
5
5
  SHA512:
6
- metadata.gz: 8d654dec869fef61f9a47e4a622062152d554883a7298d38dbc11b2ea3e12bbb64148581906d3f88e7d22319d20424cd95827192cea4b0f040223b36ad946a61
7
- data.tar.gz: 11fe5fc804725d4c93798dcf01d09ef4f8b06e3d2a1f6984e257bc351b2e85d0a22359b9ff4061b1c5c72a6d0347dabb7d4d54c74b898fbd865c9ec3d3459c86
6
+ metadata.gz: 1888db71889ccf1315cbfbe178033c68ea6c7c0114755e2c5331b5ed6d22dc2db29bde7c396b43ae3e4ca7dcd6a2954d31fd469519592684604c11fc41f75111
7
+ data.tar.gz: b0d73153706e1f6f5f43c4004f13f78b7119994e8d12a160a6333fb2543a33c53e764ce8f7ad77c851ac7197ab0d32c94b822cbe120d3814eaab22ffe040b4b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.40.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230612
6
+
3
7
  ### v0.39.0 (2023-05-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20230512
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module AssuredworkloadsV1
24
24
 
25
- # Request for acknowledging the violation Next Id: 4
25
+ # Request for acknowledging the violation Next Id: 5
26
26
  class GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest
27
27
  include Google::Apis::Core::Hashable
28
28
 
@@ -618,12 +618,12 @@ module Google
618
618
  class GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus
619
619
  include Google::Apis::Core::Hashable
620
620
 
621
- # Count of active Violations which are acknowledged in the Workload.
621
+ # Number of current orgPolicy violations which are acknowledged.
622
622
  # Corresponds to the JSON property `acknowledgedViolationCount`
623
623
  # @return [Fixnum]
624
624
  attr_accessor :acknowledged_violation_count
625
625
 
626
- # Count of active Violations which haven't been acknowledged.
626
+ # Number of current orgPolicy violations which are not acknowledged.
627
627
  # Corresponds to the JSON property `activeViolationCount`
628
628
  # @return [Fixnum]
629
629
  attr_accessor :active_violation_count
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230512"
25
+ REVISION = "20230612"
26
26
  end
27
27
  end
28
28
  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.39.0
4
+ version: 0.40.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: 2023-05-21 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.40.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: []