google-apis-securitycenter_v1beta1 0.31.0 → 0.32.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: 4876542957d00dc31f3a75d3c020a50e210bc5f101aca3d3fcc6ed2c2dfc0393
4
- data.tar.gz: 17d84cddffe052c85a557e86663fd12b58d77700c4fd82eca2916ffb9e65643d
3
+ metadata.gz: a1969c4165e81cda08ba6a6fb2ad031d1ade766d470d038b70efd2a2ab8a5823
4
+ data.tar.gz: f0d40307b63b4b3b13931cd62069bd6cfa3dc1997a4de37dd736e1af7a2dcc0e
5
5
  SHA512:
6
- metadata.gz: 265a4d530b6fd18b0e653b2aecc332e29e48269097e4b2361c87b2e3479d3ad557f57ac11a38e4c368872eee4a0eb555f918d21630884f1b4e3919965b8b8845
7
- data.tar.gz: 4bbef4a6228b56d681ed6cf81269757c1c7c8015bd3b53f99e42c2258dbce6d57354e85c63ae2a545d156bcef9d64919834b6983aca07985067d3a2fa7e4132c
6
+ metadata.gz: cdfacf7c58c2d3d38bd1812a3d3f8ee528a8c0936a130e5c8cc5e7487bd30ce70443fc7b5010be6eb9d78f20139709483ef9ec4568921b2e327c921b2a846019
7
+ data.tar.gz: 6ca940977c59fe9e1900d056f45320622006dfc4ae69984e1c329ce5079021c37c21447e00c86d51141e1b856ed5d9e8af9f438d55ef14201d9668ccc3a97e0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.32.0 (2022-07-12)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.31.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -821,9 +821,9 @@ module Google
821
821
  # Output only. Map containing the point of contacts for the given finding. The
822
822
  # key represents the type of contact, while the value contains a list of all the
823
823
  # contacts that pertain. Please refer to: https://cloud.google.com/resource-
824
- # manager/docs/managing-notification-contacts#notification-categories `
825
- # security”: `contact: `email:person1@company.com”` contact: `email: “person2@
826
- # company.com”` `
824
+ # manager/docs/managing-notification-contacts#notification-categories ` "
825
+ # security":[ ` "contact":` "email":"person1@company.com" ` `, ` "contact":` "
826
+ # email":“person2@company.com ` ` ] `
827
827
  # Corresponds to the JSON property `contacts`
828
828
  # @return [Hash<String,Google::Apis::SecuritycenterV1beta1::ContactDetails>]
829
829
  attr_accessor :contacts
@@ -2676,8 +2676,8 @@ module Google
2676
2676
  # @return [Array<Google::Apis::SecuritycenterV1beta1::File>]
2677
2677
  attr_accessor :libraries
2678
2678
 
2679
- # The process name visible in utilities like top and ps; it can be accessed via /
2680
- # proc/[pid]/comm and changed with prctl(PR_SET_NAME).
2679
+ # The process name visible in utilities like `top` and `ps`; it can be accessed
2680
+ # via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
2681
2681
  # Corresponds to the JSON property `name`
2682
2682
  # @return [String]
2683
2683
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.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 = "20220609"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []