google-apis-securitycenter_v1beta2 0.13.0 → 0.14.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: ef7fa24d106bfa87f1b631a40fd68ae955e6d2646376d2f08e5953b1a9f40de7
|
|
4
|
+
data.tar.gz: df78d03cab7d0d997ab1cdc03d27ffc6e3dc9e23f8639daa69800bab961cab95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76072218cf8082f510782f1a141b0e758131e2e778e53e807171aad73775cfb9a8d5b65a0e6b83b04e856b75a9767748cb316b3a50fd6ee7210b69e50ae304b3
|
|
7
|
+
data.tar.gz: 49e0bf11e89f0b31d53e04c1180bf36d4c4304161e7ee41df12e6730af06f3798d6d6eca172858093796038e1deed919466789aa8386b7785d780f8c06a4c26d
|
data/CHANGELOG.md
CHANGED
|
@@ -410,14 +410,16 @@ module Google
|
|
|
410
410
|
attr_accessor :mitre_attack
|
|
411
411
|
|
|
412
412
|
# Indicates the mute state of a finding (either unspecified, muted, unmuted or
|
|
413
|
-
# undefined).
|
|
413
|
+
# undefined). Unlike other attributes of a finding, a finding provider shouldn't
|
|
414
|
+
# set the value of mute.
|
|
414
415
|
# Corresponds to the JSON property `mute`
|
|
415
416
|
# @return [String]
|
|
416
417
|
attr_accessor :mute
|
|
417
418
|
|
|
418
419
|
# First known as mute_annotation. Records additional information about the mute
|
|
419
420
|
# operation e.g. mute config that muted the finding, user who muted the finding,
|
|
420
|
-
# etc.
|
|
421
|
+
# etc. Unlike other attributes of a finding, a finding provider shouldn't set
|
|
422
|
+
# the value of mute.
|
|
421
423
|
# Corresponds to the JSON property `muteInitiator`
|
|
422
424
|
# @return [String]
|
|
423
425
|
attr_accessor :mute_initiator
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta2
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220127"
|
|
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-securitycenter_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.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-
|
|
11
|
+
date: 2022-02-07 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-securitycenter_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|