google-apis-securitycenter_v1beta1 0.21.0 → 0.22.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: 07b596657efd2deca35f72310a415c208cc08ae6242e228212c9542f44f362f3
4
- data.tar.gz: 3b197d9e610d6201d4c0b6e61a4425771d6a69b8f2b4d965831eaa51aadd78e8
3
+ metadata.gz: ee4b42b0e13bedc1707275987a9c2a3c1e37e9a29d2b8245693a314e3640d80f
4
+ data.tar.gz: f01414507c00975291f769ab059b6e46121459aa11043c850d2945269bbc37c8
5
5
  SHA512:
6
- metadata.gz: 2a8bbbde906aea07c88d85df5e69c8c22030b548685c158bfc6dd35a938522c0c2b8787908551628d732c1fdc7a8e6dc023c969d48b879645c27a17aeae119af
7
- data.tar.gz: 48163441adcf3b2553592bfe1537cafdebc0e4c01cd21911285f5ca211e68f8954448e9aff582cafc06736b882c7a634c7c0f05e8fa72d03745cefcb099bc66d
6
+ metadata.gz: 0ec28fe25974ca37af217934ef9b9c411ab4302ff1b56f6b7ff96c5f094c735d568cedc585a223e7c9115374f35fa8e7d9a93c7522730cb88451ab901fcccb9c
7
+ data.tar.gz: dc6444ec4b296bbd26ea80d82fcdb3dc819dbb7e18153dfbe4d1ae45f3401d9cb1b7ca5bef1b316239650c00a01f0a4504bb4be05df600ce99cd8cba64461983
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
3
7
  ### v0.21.0 (2022-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220310
@@ -434,8 +434,7 @@ module Google
434
434
  # A generic empty message that you can re-use to avoid defining duplicated empty
435
435
  # messages in your APIs. A typical example is to use it as the request or the
436
436
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
437
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
438
- # `Empty` is empty JSON object ````.
437
+ # protobuf.Empty) returns (google.protobuf.Empty); `
439
438
  class Empty
440
439
  include Google::Apis::Core::Hashable
441
440
 
@@ -577,9 +576,9 @@ module Google
577
576
  # @return [Google::Apis::SecuritycenterV1beta1::MitreAttack]
578
577
  attr_accessor :mitre_attack
579
578
 
580
- # Indicates the mute state of a finding (either unspecified, muted, unmuted or
581
- # undefined). Unlike other attributes of a finding, a finding provider shouldn't
582
- # set the value of mute.
579
+ # Indicates the mute state of a finding (either muted, unmuted or undefined).
580
+ # Unlike other attributes of a finding, a finding provider shouldn't set the
581
+ # value of mute.
583
582
  # Corresponds to the JSON property `mute`
584
583
  # @return [String]
585
584
  attr_accessor :mute
@@ -1063,7 +1062,7 @@ module Google
1063
1062
  # @return [String]
1064
1063
  attr_accessor :project
1065
1064
 
1066
- # The project id that the resource belongs to.
1065
+ # The project ID that the resource belongs to.
1067
1066
  # Corresponds to the JSON property `projectDisplayName`
1068
1067
  # @return [String]
1069
1068
  attr_accessor :project_display_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.21.0"
19
+ GEM_VERSION = "0.22.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.22.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: []