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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 891171061c5a1a99dd2bcacc140ff95f7f03d03bfd6cba41b912716e55475c0c
|
4
|
+
data.tar.gz: 767107938c47eecc553ba1263e7b61441ce8f09b9c36f42ddf2bf1ebe0d57f19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1888db71889ccf1315cbfbe178033c68ea6c7c0114755e2c5331b5ed6d22dc2db29bde7c396b43ae3e4ca7dcd6a2954d31fd469519592684604c11fc41f75111
|
7
|
+
data.tar.gz: b0d73153706e1f6f5f43c4004f13f78b7119994e8d12a160a6333fb2543a33c53e764ce8f7ad77c851ac7197ab0d32c94b822cbe120d3814eaab22ffe040b4b1
|
data/CHANGELOG.md
CHANGED
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AssuredworkloadsV1
|
24
24
|
|
25
|
-
# Request for acknowledging the violation Next Id:
|
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
|
-
#
|
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
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|