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: 5bc6203b2f693e5f9d1d78f4faef1febd07920a2096c802fdd16bebba5900913
4
- data.tar.gz: a109f9dd8110878e1687050739f57f6553ec964ceeed2808e6c0b54fd7f6d335
3
+ metadata.gz: aa9063cb47b9ed5987201cf369b87cd169e76a78a24dc47b051b96f935a034fe
4
+ data.tar.gz: d00251c485541e5f625e200283b3ebda1a4b429488079eae8b91832ccc3001f9
5
5
  SHA512:
6
- metadata.gz: 44084595bf441da8ad7fe295a7a910369c9c1d6a4f3a5b4e3c0cdaea0307dd10a2726d76955f8dd658a2aa5aa2906c7440a4c7bf23e038b3c4c5fe018097dbd7
7
- data.tar.gz: b47bdfd1c2357270787b6de91cccc0fac323dc55436fdaeec45148e9b5af1710f3596ff0fcfc1a2f98b5893cf02e3b240fd99ee17b3eda65759902e9823d285d
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”: `contact: `email:person1@company.com”` contact: `email: “person2@
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; it can be accessed via /
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.27.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220624"
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.27.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-04 00:00:00.000000000 Z
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.27.0
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: []