google-apis-securitycenter_v1beta1 0.16.0 → 0.17.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: 55e50f51ffe5c676b5316a1e45c7f8fa4a9e3c28bcb62a0c5366929efe246da4
4
- data.tar.gz: 6986c655e99d6fb2259499ecd61419287e5c2291b086bd7e1a2271c01c1a7418
3
+ metadata.gz: 0c2ec615e85a04f0562a72157d75f8b7a41788533a630c5b7939571476f26123
4
+ data.tar.gz: bfcc5732c35ff8424133660517af5da17f7a940a2ac22cd343ace88323e2e87c
5
5
  SHA512:
6
- metadata.gz: 6eb995d257f01fc260fafca4303631cdeb909c76b3aa9f045dd390f9d86f0e2c7cb3ef63f562c8eb401e69313932c6f0ba9b3be9c62fa5878bf4b048899e3f5d
7
- data.tar.gz: 2c0a4a813a09f80a64dea932d5d3994f6d5de1ea238b84e602d34c5d77201a517ec35490b556dc927632b598cf696e463827f156c09a219dc5bf112730b376f1
6
+ metadata.gz: 18038bf9fa82cc40170a77d23e6556be1c89adaad910fa96b629137036d03b85fe392b5182ad16bfd9946ffd5d0001b1ad7ec7a88e71107c11fc8695095cb156
7
+ data.tar.gz: '09f882d60b0c4070e739a3ec8485f382c7aeeae3714df3940becc6f9aaf1b8a0705aca2aaa29af6a2bdc8f3c47fb993b5008a84fcca395c70638ed9be3898c1e'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.17.0 (2022-02-01)
4
+
5
+ * Regenerated from discovery document revision 20220127
6
+
3
7
  ### v0.16.0 (2022-01-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220113
@@ -571,14 +571,16 @@ module Google
571
571
  attr_accessor :mitre_attack
572
572
 
573
573
  # Indicates the mute state of a finding (either unspecified, muted, unmuted or
574
- # undefined).
574
+ # undefined). Unlike other attributes of a finding, a finding provider shouldn't
575
+ # set the value of mute.
575
576
  # Corresponds to the JSON property `mute`
576
577
  # @return [String]
577
578
  attr_accessor :mute
578
579
 
579
580
  # First known as mute_annotation. Records additional information about the mute
580
581
  # operation e.g. mute config that muted the finding, user who muted the finding,
581
- # etc.
582
+ # etc. Unlike other attributes of a finding, a finding provider shouldn't set
583
+ # the value of mute.
582
584
  # Corresponds to the JSON property `muteInitiator`
583
585
  # @return [String]
584
586
  attr_accessor :mute_initiator
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20220113"
25
+ REVISION = "20220127"
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.16.0
4
+ version: 0.17.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-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.17.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: []