google-apis-securitycenter_v1beta2 0.18.0 → 0.19.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: 649b72f275982e8ce42ee00477d298852f695cff9214843d133cb20896751c76
4
- data.tar.gz: d21bb4ed974fe239ab73e4c099f5b7619673319b404e33c03188cfd48453276d
3
+ metadata.gz: bde5f2b838d8119b9849d19abdb330e3241e46749487db96e356b38764ebe941
4
+ data.tar.gz: aa0382e00ea0e4b8d23a3cc25c2aeefa52f570fb2e1e706df1e21f9f1b50edee
5
5
  SHA512:
6
- metadata.gz: eb184273b41dffeb5db1214cab06d3d83af71f69781a4867c9e9f5b893e752d23486fc2adca94168fc0a65bfed971d9d2656552aa23b1a1f5ec9fcce553a9d2a
7
- data.tar.gz: 454e57102779c680ec1749cc12f0d185ab79a2aa0403bb665cc183cbcb3b6ec0db1c1d102332fabb005b7fc7573c9814f8e9c01e53ddf22a7c920527042ac50d
6
+ metadata.gz: c8dfa466fe683380cb356f64dbea1f92e5a680b53777d866a2f7ed97905e77bfd30717e819ca09937c4fc42cdb69e26a16813b676c6b29f4e30d201c9b3d085a
7
+ data.tar.gz: 0e3cffe51da2498ebeb20b74d61331d02da1a96e19edbef6cb65553be9801248b7239727f279ad3528dd8c6107b2af3817fe2c7df9384f7211bc1d94088557d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.19.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
3
7
  ### v0.18.0 (2022-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220310
@@ -416,9 +416,9 @@ module Google
416
416
  # @return [Google::Apis::SecuritycenterV1beta2::MitreAttack]
417
417
  attr_accessor :mitre_attack
418
418
 
419
- # Indicates the mute state of a finding (either unspecified, muted, unmuted or
420
- # undefined). Unlike other attributes of a finding, a finding provider shouldn't
421
- # set the value of mute.
419
+ # Indicates the mute state of a finding (either muted, unmuted or undefined).
420
+ # Unlike other attributes of a finding, a finding provider shouldn't set the
421
+ # value of mute.
422
422
  # Corresponds to the JSON property `mute`
423
423
  # @return [String]
424
424
  attr_accessor :mute
@@ -855,7 +855,7 @@ module Google
855
855
  # @return [String]
856
856
  attr_accessor :project
857
857
 
858
- # The project id that the resource belongs to.
858
+ # The project ID that the resource belongs to.
859
859
  # Corresponds to the JSON property `projectDisplayName`
860
860
  # @return [String]
861
861
  attr_accessor :project_display_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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20220310"
25
+ REVISION = "20220318"
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.18.0
4
+ version: 0.19.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-21 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.19.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: []