google-cloud-security_center-v1 0.12.0 → 0.12.1

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: '08d77c3281c370e4f9eb518798afbeda57f2688f417bc42fca949bf6395bbbea'
4
- data.tar.gz: '09dbdb49b657b136ad1565b96cf146fe74a270b144e425ef49139e5e7b23ec61'
3
+ metadata.gz: e24117360e90449681a0e6a6971df5ccc6e7bb4df9237c1fc219c5b65d7f287d
4
+ data.tar.gz: b7456370268c1a0fe7565632baef80c86105fffb7ef6a812ed79b11ec6ceba78
5
5
  SHA512:
6
- metadata.gz: bb0aeaba3083f7d3064699149efaab44f53afdc89dbbd00d515eae5d7662f1caadbe76257d08cbd512b4c3f1c7a3e92421c4f541445aaea6c82656fd18a9d753
7
- data.tar.gz: f6cd1d9ac94e2d65e70d99bb9b077d5f4ff9baeb5e6a803c6c805f23ae627cbf29b185ede1388b234a44102fba5c6a823088f4366da26fa594c0660960907de2
6
+ metadata.gz: 166ce6a7c082afd825e53c785db136ea34c8d239f2032ec07f7c0601c23382832a82d33e3c60e01c0a7d22baa28728809c929cd01e2c2c4c099617c3e1461324
7
+ data.tar.gz: c01c8d120a795db95c068c5e0c130e72cde6a5929d8aefaef852019ea4d10395587cd53b61879e35b3585741796814757bade2fef48a084bb7f38aea69f59ab9
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.12.1"
25
25
  end
26
26
  end
27
27
  end
@@ -100,7 +100,8 @@ module Google
100
100
  # @!attribute [rw] mute
101
101
  # @return [::Google::Cloud::SecurityCenter::V1::Finding::Mute]
102
102
  # Indicates the mute state of a finding (either unspecified, muted, unmuted
103
- # or undefined).
103
+ # or undefined). Unlike other attributes of a finding, a finding provider
104
+ # shouldn't set the value of mute.
104
105
  # @!attribute [rw] finding_class
105
106
  # @return [::Google::Cloud::SecurityCenter::V1::Finding::FindingClass]
106
107
  # The class of the finding.
@@ -131,7 +132,8 @@ module Google
131
132
  # @return [::String]
132
133
  # First known as mute_annotation. Records additional information about the
133
134
  # mute operation e.g. mute config that muted the finding, user who muted the
134
- # finding, etc.
135
+ # finding, etc. Unlike other attributes of a finding, a finding provider
136
+ # shouldn't set the value of mute.
135
137
  class Finding
136
138
  include ::Google::Protobuf::MessageExts
137
139
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -31,7 +31,7 @@ module Google
31
31
  # The full resource name of project that the resource belongs to.
32
32
  # @!attribute [rw] project_display_name
33
33
  # @return [::String]
34
- # The human readable name of project that the resource belongs to.
34
+ # The project id that the resource belongs to.
35
35
  # @!attribute [rw] parent
36
36
  # @return [::String]
37
37
  # The full resource name of resource's parent.
@@ -1040,7 +1040,7 @@ module Google
1040
1040
  # The full resource name of project that the resource belongs to.
1041
1041
  # @!attribute [rw] project_display_name
1042
1042
  # @return [::String]
1043
- # The human readable name of project that the resource belongs to.
1043
+ # The project id that the resource belongs to.
1044
1044
  # @!attribute [rw] parent_name
1045
1045
  # @return [::String]
1046
1046
  # The full resource name of resource's parent.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security_center-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
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-02-16 00:00:00.000000000 Z
11
+ date: 2022-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common