google-apis-securitycenter_v1beta2 0.13.0 → 0.14.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: 0362c072aadf4eb9bfe69b42acac98ce06e19612ff8afde45769226653b24424
4
- data.tar.gz: 854ab2a4369868e37b0963f2f3ad9dac6bd8e21aafa1310a1b505ca4f9bf3d03
3
+ metadata.gz: ef7fa24d106bfa87f1b631a40fd68ae955e6d2646376d2f08e5953b1a9f40de7
4
+ data.tar.gz: df78d03cab7d0d997ab1cdc03d27ffc6e3dc9e23f8639daa69800bab961cab95
5
5
  SHA512:
6
- metadata.gz: a4361dda66bbd417a3f7c2afd3285dd67d84f999ce4e12be1a22d386902e23108215a156465308c1fc1a2fbf96e1f41d32e2d0333d43067a02892433338c4e81
7
- data.tar.gz: 5dd0a3d4fb19b02d3aed78fa79b9c5e82d032b9fef5d1e1183d2a7b1eb378ccbf27fd534418a7cdbc69635d266dfd7698fbb887622898473f0e0393dcc3ac85f
6
+ metadata.gz: 76072218cf8082f510782f1a141b0e758131e2e778e53e807171aad73775cfb9a8d5b65a0e6b83b04e856b75a9767748cb316b3a50fd6ee7210b69e50ae304b3
7
+ data.tar.gz: 49e0bf11e89f0b31d53e04c1180bf36d4c4304161e7ee41df12e6730af06f3798d6d6eca172858093796038e1deed919466789aa8386b7785d780f8c06a4c26d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.14.0 (2022-02-01)
4
+
5
+ * Regenerated from discovery document revision 20220127
6
+
3
7
  ### v0.13.0 (2022-01-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220113
@@ -410,14 +410,16 @@ module Google
410
410
  attr_accessor :mitre_attack
411
411
 
412
412
  # Indicates the mute state of a finding (either unspecified, muted, unmuted or
413
- # undefined).
413
+ # undefined). Unlike other attributes of a finding, a finding provider shouldn't
414
+ # set the value of mute.
414
415
  # Corresponds to the JSON property `mute`
415
416
  # @return [String]
416
417
  attr_accessor :mute
417
418
 
418
419
  # First known as mute_annotation. Records additional information about the mute
419
420
  # operation e.g. mute config that muted the finding, user who muted the finding,
420
- # etc.
421
+ # etc. Unlike other attributes of a finding, a finding provider shouldn't set
422
+ # the value of mute.
421
423
  # Corresponds to the JSON property `muteInitiator`
422
424
  # @return [String]
423
425
  attr_accessor :mute_initiator
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.14.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: []