google-apis-securitycenter_v1 0.34.0 → 0.35.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: 4a1c461e366029b2ab2d1f8d7e65ae0a9f4c6980a0b3dc21b31257ae23894a5e
4
- data.tar.gz: 778aa48663238e701c0dcac31c7fb7115cae104b8ba23687a9ed0cf7d203be6b
3
+ metadata.gz: 2aa07c4cd78fc68602de9fa1a4b6faaf6520be33203444e78b13b0abb0ece1e4
4
+ data.tar.gz: 7715f2985e8fa9418f6e39d51542722824a84006ffaceda4e7129ddda27ec57b
5
5
  SHA512:
6
- metadata.gz: ff6d73c87ad2eb87460a4d7710444f3669d2a8531482874ad78a4870d9d011402135f03c17cf938eedf65a627bade038afa69304197b0d6412e079ccac019cb0
7
- data.tar.gz: d8b19e0c26851312902f8105ce5222d3f2213d799ccb070c498e6516156511c4f2e526e42d5ce037dff28f53f5ae77128d943f79376eaa2f910b1d046a964004
6
+ metadata.gz: 0da1de21b77877146103a42624bf808cf2fe9d03b678ca34f22fc84627d89163c722f40060b12a4659d947aed2767c68d89442797d509c4b33df4df0bf76dca6
7
+ data.tar.gz: a53180c53a94a12b4f5b3f7d64ee1db5d46d052a3e55a35f0daabec37abb726f82f53807f44699048df971fffab1daa3772f44768c4f65db692152d29c2823d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.35.0 (2022-07-12)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.34.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -867,9 +867,9 @@ module Google
867
867
  # Output only. Map containing the point of contacts for the given finding. The
868
868
  # key represents the type of contact, while the value contains a list of all the
869
869
  # contacts that pertain. Please refer to: https://cloud.google.com/resource-
870
- # manager/docs/managing-notification-contacts#notification-categories `
871
- # security”: `contact: `email:person1@company.com”` contact: `email: “person2@
872
- # company.com”` `
870
+ # manager/docs/managing-notification-contacts#notification-categories ` "
871
+ # security":[ ` "contact":` "email":"person1@company.com" ` `, ` "contact":` "
872
+ # email":“person2@company.com ` ` ] `
873
873
  # Corresponds to the JSON property `contacts`
874
874
  # @return [Hash<String,Google::Apis::SecuritycenterV1::ContactDetails>]
875
875
  attr_accessor :contacts
@@ -2853,8 +2853,8 @@ module Google
2853
2853
  # @return [Array<Google::Apis::SecuritycenterV1::File>]
2854
2854
  attr_accessor :libraries
2855
2855
 
2856
- # The process name visible in utilities like top and ps; it can be accessed via /
2857
- # proc/[pid]/comm and changed with prctl(PR_SET_NAME).
2856
+ # The process name visible in utilities like `top` and `ps`; it can be accessed
2857
+ # via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
2858
2858
  # Corresponds to the JSON property `name`
2859
2859
  # @return [String]
2860
2860
  attr_accessor :name
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.35.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: []