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 +4 -4
- data/lib/google/cloud/security_center/v1/version.rb +1 -1
- data/proto_docs/google/cloud/securitycenter/v1/finding.rb +4 -2
- data/proto_docs/google/cloud/securitycenter/v1/resource.rb +1 -1
- data/proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e24117360e90449681a0e6a6971df5ccc6e7bb4df9237c1fc219c5b65d7f287d
|
|
4
|
+
data.tar.gz: b7456370268c1a0fe7565632baef80c86105fffb7ef6a812ed79b11ec6ceba78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 166ce6a7c082afd825e53c785db136ea34c8d239f2032ec07f7c0601c23382832a82d33e3c60e01c0a7d22baa28728809c929cd01e2c2c4c099617c3e1461324
|
|
7
|
+
data.tar.gz: c01c8d120a795db95c068c5e0c130e72cde6a5929d8aefaef852019ea4d10395587cd53b61879e35b3585741796814757bade2fef48a084bb7f38aea69f59ab9
|
|
@@ -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
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|