google-apis-securitycenter_v1 0.23.0 → 0.24.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: f2ac22505e1909c722515f7457329821078e0a4e61935cf61fcdcb7a2c462312
|
|
4
|
+
data.tar.gz: c3db0b8beefa5ea30bcc7ccc56d532d4dc21e590ed0bf0bbbf7256f0b189eea2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75566c4419f9c91eaf8927ff5b3186fe27127b3dd812d97cf61882e967798746517ed27ba741512d434a4efe800525e5dfade1620b16cf59db1a8ccd5d4a3d02
|
|
7
|
+
data.tar.gz: 3a3ad8723a034f63176816e40beae6c56f03d84669f3aa3f1ea66c795be9c11761b7c1799d9e6939a39fab328244a7581190f459266f5e977654132613463984
|
data/CHANGELOG.md
CHANGED
|
@@ -852,11 +852,7 @@ module Google
|
|
|
852
852
|
# all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning
|
|
853
853
|
# substring matching, for strings. The supported value types are: * string
|
|
854
854
|
# literals in quotes. * integer literals without quotes. * boolean literals `
|
|
855
|
-
# true` and `false` without quotes.
|
|
856
|
-
# finding (https://source.corp.google.com/piper///depot/google3/google/cloud/
|
|
857
|
-
# securitycenter/v1/finding.proto) and in the ListFindingsRequest for valid
|
|
858
|
-
# filter syntax. (https://source.corp.google.com/piper///depot/google3/google/
|
|
859
|
-
# cloud/securitycenter/v1/securitycenter_service.proto).
|
|
855
|
+
# true` and `false` without quotes.
|
|
860
856
|
# Corresponds to the JSON property `filter`
|
|
861
857
|
# @return [String]
|
|
862
858
|
attr_accessor :filter
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1
|
|
18
18
|
# Version of the google-apis-securitycenter_v1 gem
|
|
19
|
-
GEM_VERSION = "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.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220310"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-03-
|
|
11
|
+
date: 2022-03-21 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.24.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|