google-cloud-security_center-v1 0.13.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/lib/google/cloud/security_center/v1/security_center/client.rb +37 -32
- data/lib/google/cloud/security_center/v1/version.rb +1 -1
- data/lib/google/cloud/securitycenter/v1/asset_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/bigquery_export_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/compliance_pb.rb +24 -0
- data/lib/google/cloud/securitycenter/v1/connection_pb.rb +35 -0
- data/lib/google/cloud/securitycenter/v1/exfiltration_pb.rb +28 -0
- data/lib/google/cloud/securitycenter/v1/external_system_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/file_pb.rb +27 -0
- data/lib/google/cloud/securitycenter/v1/finding_pb.rb +14 -1
- data/lib/google/cloud/securitycenter/v1/iam_binding_pb.rb +30 -0
- data/lib/google/cloud/securitycenter/v1/mitre_attack_pb.rb +3 -0
- data/lib/google/cloud/securitycenter/v1/mute_config_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/notification_config_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/notification_message_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/organization_settings_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/process_pb.rb +37 -0
- data/lib/google/cloud/securitycenter/v1/resource_pb.rb +4 -3
- data/lib/google/cloud/securitycenter/v1/run_asset_discovery_response_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/security_marks_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v1/securitycenter_service_pb.rb +4 -3
- data/lib/google/cloud/securitycenter/v1/source_pb.rb +2 -1
- data/proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb +5 -5
- data/proto_docs/google/cloud/securitycenter/v1/compliance.rb +43 -0
- data/proto_docs/google/cloud/securitycenter/v1/connection.rb +70 -0
- data/proto_docs/google/cloud/securitycenter/v1/exfiltration.rb +59 -0
- data/proto_docs/google/cloud/securitycenter/v1/external_system.rb +2 -1
- data/proto_docs/google/cloud/securitycenter/v1/file.rb +56 -0
- data/proto_docs/google/cloud/securitycenter/v1/finding.rb +24 -2
- data/proto_docs/google/cloud/securitycenter/v1/iam_binding.rb +56 -0
- data/proto_docs/google/cloud/securitycenter/v1/mitre_attack.rb +9 -0
- data/proto_docs/google/cloud/securitycenter/v1/process.rb +75 -0
- data/proto_docs/google/cloud/securitycenter/v1/resource.rb +7 -7
- data/proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb +36 -37
- data/proto_docs/google/iam/v1/iam_policy.rb +8 -1
- data/proto_docs/google/iam/v1/options.rb +14 -4
- data/proto_docs/google/iam/v1/policy.rb +208 -38
- data/proto_docs/google/protobuf/any.rb +3 -3
- data/proto_docs/google/protobuf/struct.rb +2 -2
- metadata +19 -13
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.
|
4
|
+
version: 0.16.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-
|
11
|
+
date: 2022-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -48,22 +48,16 @@ dependencies:
|
|
48
48
|
name: grpc-google-iam-v1
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- - "
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: 0.6.10
|
54
|
-
- - "<"
|
51
|
+
- - "~>"
|
55
52
|
- !ruby/object:Gem::Version
|
56
|
-
version:
|
53
|
+
version: '1.1'
|
57
54
|
type: :runtime
|
58
55
|
prerelease: false
|
59
56
|
version_requirements: !ruby/object:Gem::Requirement
|
60
57
|
requirements:
|
61
|
-
- - "
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
version: 0.6.10
|
64
|
-
- - "<"
|
58
|
+
- - "~>"
|
65
59
|
- !ruby/object:Gem::Version
|
66
|
-
version:
|
60
|
+
version: '1.1'
|
67
61
|
- !ruby/object:Gem::Dependency
|
68
62
|
name: google-style
|
69
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -200,15 +194,21 @@ files:
|
|
200
194
|
- lib/google/cloud/securitycenter/v1/access_pb.rb
|
201
195
|
- lib/google/cloud/securitycenter/v1/asset_pb.rb
|
202
196
|
- lib/google/cloud/securitycenter/v1/bigquery_export_pb.rb
|
197
|
+
- lib/google/cloud/securitycenter/v1/compliance_pb.rb
|
198
|
+
- lib/google/cloud/securitycenter/v1/connection_pb.rb
|
199
|
+
- lib/google/cloud/securitycenter/v1/exfiltration_pb.rb
|
203
200
|
- lib/google/cloud/securitycenter/v1/external_system_pb.rb
|
201
|
+
- lib/google/cloud/securitycenter/v1/file_pb.rb
|
204
202
|
- lib/google/cloud/securitycenter/v1/finding_pb.rb
|
205
203
|
- lib/google/cloud/securitycenter/v1/folder_pb.rb
|
204
|
+
- lib/google/cloud/securitycenter/v1/iam_binding_pb.rb
|
206
205
|
- lib/google/cloud/securitycenter/v1/indicator_pb.rb
|
207
206
|
- lib/google/cloud/securitycenter/v1/mitre_attack_pb.rb
|
208
207
|
- lib/google/cloud/securitycenter/v1/mute_config_pb.rb
|
209
208
|
- lib/google/cloud/securitycenter/v1/notification_config_pb.rb
|
210
209
|
- lib/google/cloud/securitycenter/v1/notification_message_pb.rb
|
211
210
|
- lib/google/cloud/securitycenter/v1/organization_settings_pb.rb
|
211
|
+
- lib/google/cloud/securitycenter/v1/process_pb.rb
|
212
212
|
- lib/google/cloud/securitycenter/v1/resource_pb.rb
|
213
213
|
- lib/google/cloud/securitycenter/v1/run_asset_discovery_response_pb.rb
|
214
214
|
- lib/google/cloud/securitycenter/v1/security_marks_pb.rb
|
@@ -222,15 +222,21 @@ files:
|
|
222
222
|
- proto_docs/google/cloud/securitycenter/v1/access.rb
|
223
223
|
- proto_docs/google/cloud/securitycenter/v1/asset.rb
|
224
224
|
- proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb
|
225
|
+
- proto_docs/google/cloud/securitycenter/v1/compliance.rb
|
226
|
+
- proto_docs/google/cloud/securitycenter/v1/connection.rb
|
227
|
+
- proto_docs/google/cloud/securitycenter/v1/exfiltration.rb
|
225
228
|
- proto_docs/google/cloud/securitycenter/v1/external_system.rb
|
229
|
+
- proto_docs/google/cloud/securitycenter/v1/file.rb
|
226
230
|
- proto_docs/google/cloud/securitycenter/v1/finding.rb
|
227
231
|
- proto_docs/google/cloud/securitycenter/v1/folder.rb
|
232
|
+
- proto_docs/google/cloud/securitycenter/v1/iam_binding.rb
|
228
233
|
- proto_docs/google/cloud/securitycenter/v1/indicator.rb
|
229
234
|
- proto_docs/google/cloud/securitycenter/v1/mitre_attack.rb
|
230
235
|
- proto_docs/google/cloud/securitycenter/v1/mute_config.rb
|
231
236
|
- proto_docs/google/cloud/securitycenter/v1/notification_config.rb
|
232
237
|
- proto_docs/google/cloud/securitycenter/v1/notification_message.rb
|
233
238
|
- proto_docs/google/cloud/securitycenter/v1/organization_settings.rb
|
239
|
+
- proto_docs/google/cloud/securitycenter/v1/process.rb
|
234
240
|
- proto_docs/google/cloud/securitycenter/v1/resource.rb
|
235
241
|
- proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
|
236
242
|
- proto_docs/google/cloud/securitycenter/v1/security_marks.rb
|
@@ -268,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
274
|
- !ruby/object:Gem::Version
|
269
275
|
version: '0'
|
270
276
|
requirements: []
|
271
|
-
rubygems_version: 3.3.
|
277
|
+
rubygems_version: 3.3.14
|
272
278
|
signing_key:
|
273
279
|
specification_version: 4
|
274
280
|
summary: API Client library for the Cloud Security Command Center V1 API
|