google-apis-securitycenter_v1beta2 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa9063cb47b9ed5987201cf369b87cd169e76a78a24dc47b051b96f935a034fe
|
4
|
+
data.tar.gz: d00251c485541e5f625e200283b3ebda1a4b429488079eae8b91832ccc3001f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d395c5773df23cc2a4ddf842f676ae493621c1a59561e1e0dda3e1d60f3378224c3b26cf45fc0ac270c8ea49f33f436f82f6c2f7454f095b622cadff80b22d8
|
7
|
+
data.tar.gz: 300f060a3e35afe6aa496f32acd40b6a5e59dc6c703e92076adb716ecf3252f62863ffa71fdbc126d3ca216af23b5b1d758d34dd005a7404a95d1baa9059ab5e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
2
2
|
|
3
|
+
### v0.28.0 (2022-07-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220707
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.27.0 (2022-06-30)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -661,9 +661,9 @@ module Google
|
|
661
661
|
# Output only. Map containing the point of contacts for the given finding. The
|
662
662
|
# key represents the type of contact, while the value contains a list of all the
|
663
663
|
# contacts that pertain. Please refer to: https://cloud.google.com/resource-
|
664
|
-
# manager/docs/managing-notification-contacts#notification-categories `
|
665
|
-
# security
|
666
|
-
# company.com
|
664
|
+
# manager/docs/managing-notification-contacts#notification-categories ` "
|
665
|
+
# security":[ ` "contact":` "email":"person1@company.com" ` `, ` "contact":` "
|
666
|
+
# email":“person2@company.com” ` ` ] `
|
667
667
|
# Corresponds to the JSON property `contacts`
|
668
668
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta2::ContactDetails>]
|
669
669
|
attr_accessor :contacts
|
@@ -1775,8 +1775,8 @@ module Google
|
|
1775
1775
|
# @return [Array<Google::Apis::SecuritycenterV1beta2::File>]
|
1776
1776
|
attr_accessor :libraries
|
1777
1777
|
|
1778
|
-
# The process name visible in utilities like top and ps
|
1779
|
-
# proc/[pid]/comm and changed with prctl(PR_SET_NAME)
|
1778
|
+
# The process name visible in utilities like `top` and `ps`; it can be accessed
|
1779
|
+
# via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
|
1780
1780
|
# Corresponds to the JSON property `name`
|
1781
1781
|
# @return [String]
|
1782
1782
|
attr_accessor :name
|
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220707"
|
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.28.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-
|
11
|
+
date: 2022-07-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-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.28.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: []
|