google-cloud-security_center-v1 0.15.0 → 0.18.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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -5
  3. data/lib/google/cloud/security_center/v1/security_center/operations.rb +3 -0
  4. data/lib/google/cloud/security_center/v1/version.rb +1 -1
  5. data/lib/google/cloud/securitycenter/v1/asset_pb.rb +2 -1
  6. data/lib/google/cloud/securitycenter/v1/bigquery_export_pb.rb +2 -1
  7. data/lib/google/cloud/securitycenter/v1/compliance_pb.rb +24 -0
  8. data/lib/google/cloud/securitycenter/v1/contact_details_pb.rb +26 -0
  9. data/lib/google/cloud/securitycenter/v1/container_pb.rb +27 -0
  10. data/lib/google/cloud/securitycenter/v1/exfiltration_pb.rb +28 -0
  11. data/lib/google/cloud/securitycenter/v1/external_system_pb.rb +2 -1
  12. data/lib/google/cloud/securitycenter/v1/file_pb.rb +27 -0
  13. data/lib/google/cloud/securitycenter/v1/finding_pb.rb +14 -1
  14. data/lib/google/cloud/securitycenter/v1/indicator_pb.rb +22 -0
  15. data/lib/google/cloud/securitycenter/v1/kubernetes_pb.rb +88 -0
  16. data/lib/google/cloud/securitycenter/v1/label_pb.rb +23 -0
  17. data/lib/google/cloud/securitycenter/v1/mitre_attack_pb.rb +2 -0
  18. data/lib/google/cloud/securitycenter/v1/mute_config_pb.rb +2 -1
  19. data/lib/google/cloud/securitycenter/v1/notification_config_pb.rb +2 -1
  20. data/lib/google/cloud/securitycenter/v1/notification_message_pb.rb +2 -1
  21. data/lib/google/cloud/securitycenter/v1/organization_settings_pb.rb +2 -1
  22. data/lib/google/cloud/securitycenter/v1/process_pb.rb +38 -0
  23. data/lib/google/cloud/securitycenter/v1/resource_pb.rb +2 -1
  24. data/lib/google/cloud/securitycenter/v1/run_asset_discovery_response_pb.rb +2 -1
  25. data/lib/google/cloud/securitycenter/v1/security_marks_pb.rb +2 -1
  26. data/lib/google/cloud/securitycenter/v1/securitycenter_service_pb.rb +2 -1
  27. data/lib/google/cloud/securitycenter/v1/source_pb.rb +2 -1
  28. data/proto_docs/google/cloud/securitycenter/v1/compliance.rb +43 -0
  29. data/proto_docs/google/cloud/securitycenter/v1/contact_details.rb +44 -0
  30. data/proto_docs/google/cloud/securitycenter/v1/container.rb +47 -0
  31. data/proto_docs/google/cloud/securitycenter/v1/exfiltration.rb +59 -0
  32. data/proto_docs/google/cloud/securitycenter/v1/file.rb +56 -0
  33. data/proto_docs/google/cloud/securitycenter/v1/finding.rb +45 -0
  34. data/proto_docs/google/cloud/securitycenter/v1/indicator.rb +52 -0
  35. data/proto_docs/google/cloud/securitycenter/v1/kubernetes.rb +203 -0
  36. data/proto_docs/google/cloud/securitycenter/v1/label.rb +39 -0
  37. data/proto_docs/google/cloud/securitycenter/v1/mitre_attack.rb +6 -1
  38. data/proto_docs/google/cloud/securitycenter/v1/process.rb +79 -0
  39. data/proto_docs/google/protobuf/any.rb +3 -3
  40. data/proto_docs/google/protobuf/struct.rb +2 -2
  41. metadata +28 -12
@@ -44,7 +44,7 @@ module Google
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
46
  #
47
- # Example 3: Pack and unpack a message in Python.
47
+ # Example 3: Pack and unpack a message in Python.
48
48
  #
49
49
  # foo = Foo(...)
50
50
  # any = Any()
@@ -54,7 +54,7 @@ module Google
54
54
  # any.Unpack(foo)
55
55
  # ...
56
56
  #
57
- # Example 4: Pack and unpack a message in Go
57
+ # Example 4: Pack and unpack a message in Go
58
58
  #
59
59
  # foo := &pb.Foo{...}
60
60
  # any, err := anypb.New(foo)
@@ -75,7 +75,7 @@ module Google
75
75
  #
76
76
  #
77
77
  # JSON
78
- # ====
78
+ #
79
79
  # The JSON representation of an `Any` value uses the regular
80
80
  # representation of the deserialized, embedded message, with an
81
81
  # additional field `@type` which contains the type URL. Example:
@@ -46,8 +46,8 @@ module Google
46
46
 
47
47
  # `Value` represents a dynamically typed value which can be either
48
48
  # null, a number, a string, a boolean, a recursive struct value, or a
49
- # list of values. A producer of value is expected to set one of that
50
- # variants, absence of any variant indicates an error.
49
+ # list of values. A producer of value is expected to set one of these
50
+ # variants. Absence of any variant indicates an error.
51
51
  #
52
52
  # The JSON representation for `Value` is JSON value.
53
53
  # @!attribute [rw] null_value
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.15.0
4
+ version: 0.18.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-04-20 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: '0.10'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: '0.10'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -64,28 +64,28 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 1.25.1
67
+ version: 1.26.1
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: 1.25.1
74
+ version: 1.26.1
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '5.14'
81
+ version: '5.16'
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '5.14'
88
+ version: '5.16'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: minitest-focus
91
91
  requirement: !ruby/object:Gem::Requirement
@@ -120,14 +120,14 @@ dependencies:
120
120
  requirements:
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: '12.0'
123
+ version: '13.0'
124
124
  type: :development
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - ">="
129
129
  - !ruby/object:Gem::Version
130
- version: '12.0'
130
+ version: '13.0'
131
131
  - !ruby/object:Gem::Dependency
132
132
  name: redcarpet
133
133
  requirement: !ruby/object:Gem::Requirement
@@ -194,17 +194,25 @@ files:
194
194
  - lib/google/cloud/securitycenter/v1/access_pb.rb
195
195
  - lib/google/cloud/securitycenter/v1/asset_pb.rb
196
196
  - lib/google/cloud/securitycenter/v1/bigquery_export_pb.rb
197
+ - lib/google/cloud/securitycenter/v1/compliance_pb.rb
197
198
  - lib/google/cloud/securitycenter/v1/connection_pb.rb
199
+ - lib/google/cloud/securitycenter/v1/contact_details_pb.rb
200
+ - lib/google/cloud/securitycenter/v1/container_pb.rb
201
+ - lib/google/cloud/securitycenter/v1/exfiltration_pb.rb
198
202
  - lib/google/cloud/securitycenter/v1/external_system_pb.rb
203
+ - lib/google/cloud/securitycenter/v1/file_pb.rb
199
204
  - lib/google/cloud/securitycenter/v1/finding_pb.rb
200
205
  - lib/google/cloud/securitycenter/v1/folder_pb.rb
201
206
  - lib/google/cloud/securitycenter/v1/iam_binding_pb.rb
202
207
  - lib/google/cloud/securitycenter/v1/indicator_pb.rb
208
+ - lib/google/cloud/securitycenter/v1/kubernetes_pb.rb
209
+ - lib/google/cloud/securitycenter/v1/label_pb.rb
203
210
  - lib/google/cloud/securitycenter/v1/mitre_attack_pb.rb
204
211
  - lib/google/cloud/securitycenter/v1/mute_config_pb.rb
205
212
  - lib/google/cloud/securitycenter/v1/notification_config_pb.rb
206
213
  - lib/google/cloud/securitycenter/v1/notification_message_pb.rb
207
214
  - lib/google/cloud/securitycenter/v1/organization_settings_pb.rb
215
+ - lib/google/cloud/securitycenter/v1/process_pb.rb
208
216
  - lib/google/cloud/securitycenter/v1/resource_pb.rb
209
217
  - lib/google/cloud/securitycenter/v1/run_asset_discovery_response_pb.rb
210
218
  - lib/google/cloud/securitycenter/v1/security_marks_pb.rb
@@ -218,17 +226,25 @@ files:
218
226
  - proto_docs/google/cloud/securitycenter/v1/access.rb
219
227
  - proto_docs/google/cloud/securitycenter/v1/asset.rb
220
228
  - proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb
229
+ - proto_docs/google/cloud/securitycenter/v1/compliance.rb
221
230
  - proto_docs/google/cloud/securitycenter/v1/connection.rb
231
+ - proto_docs/google/cloud/securitycenter/v1/contact_details.rb
232
+ - proto_docs/google/cloud/securitycenter/v1/container.rb
233
+ - proto_docs/google/cloud/securitycenter/v1/exfiltration.rb
222
234
  - proto_docs/google/cloud/securitycenter/v1/external_system.rb
235
+ - proto_docs/google/cloud/securitycenter/v1/file.rb
223
236
  - proto_docs/google/cloud/securitycenter/v1/finding.rb
224
237
  - proto_docs/google/cloud/securitycenter/v1/folder.rb
225
238
  - proto_docs/google/cloud/securitycenter/v1/iam_binding.rb
226
239
  - proto_docs/google/cloud/securitycenter/v1/indicator.rb
240
+ - proto_docs/google/cloud/securitycenter/v1/kubernetes.rb
241
+ - proto_docs/google/cloud/securitycenter/v1/label.rb
227
242
  - proto_docs/google/cloud/securitycenter/v1/mitre_attack.rb
228
243
  - proto_docs/google/cloud/securitycenter/v1/mute_config.rb
229
244
  - proto_docs/google/cloud/securitycenter/v1/notification_config.rb
230
245
  - proto_docs/google/cloud/securitycenter/v1/notification_message.rb
231
246
  - proto_docs/google/cloud/securitycenter/v1/organization_settings.rb
247
+ - proto_docs/google/cloud/securitycenter/v1/process.rb
232
248
  - proto_docs/google/cloud/securitycenter/v1/resource.rb
233
249
  - proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
234
250
  - proto_docs/google/cloud/securitycenter/v1/security_marks.rb
@@ -259,14 +275,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
259
275
  requirements:
260
276
  - - ">="
261
277
  - !ruby/object:Gem::Version
262
- version: '2.5'
278
+ version: '2.6'
263
279
  required_rubygems_version: !ruby/object:Gem::Requirement
264
280
  requirements:
265
281
  - - ">="
266
282
  - !ruby/object:Gem::Version
267
283
  version: '0'
268
284
  requirements: []
269
- rubygems_version: 3.3.5
285
+ rubygems_version: 3.3.14
270
286
  signing_key:
271
287
  specification_version: 4
272
288
  summary: API Client library for the Cloud Security Command Center V1 API