google-cloud-security_center-v1 0.25.1 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/google/cloud/security_center/v1/rest.rb +37 -0
  4. data/lib/google/cloud/security_center/v1/security_center/client.rb +907 -82
  5. data/lib/google/cloud/security_center/v1/security_center/operations.rb +14 -16
  6. data/lib/google/cloud/security_center/v1/security_center/paths.rb +147 -0
  7. data/lib/google/cloud/security_center/v1/security_center/rest/client.rb +4259 -0
  8. data/lib/google/cloud/security_center/v1/security_center/rest/operations.rb +792 -0
  9. data/lib/google/cloud/security_center/v1/security_center/rest/service_stub.rb +3200 -0
  10. data/lib/google/cloud/security_center/v1/security_center/rest.rb +53 -0
  11. data/lib/google/cloud/security_center/v1/security_center.rb +6 -0
  12. data/lib/google/cloud/security_center/v1/version.rb +1 -1
  13. data/lib/google/cloud/security_center/v1.rb +5 -0
  14. data/lib/google/cloud/securitycenter/v1/effective_security_health_analytics_custom_module_pb.rb +35 -0
  15. data/lib/google/cloud/securitycenter/v1/finding_pb.rb +1 -0
  16. data/lib/google/cloud/securitycenter/v1/security_health_analytics_custom_config_pb.rb +50 -0
  17. data/lib/google/cloud/securitycenter/v1/security_health_analytics_custom_module_pb.rb +40 -0
  18. data/lib/google/cloud/securitycenter/v1/securitycenter_service_pb.rb +58 -1
  19. data/lib/google/cloud/securitycenter/v1/securitycenter_service_services_pb.rb +30 -0
  20. data/proto_docs/google/api/client.rb +57 -3
  21. data/proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb +5 -5
  22. data/proto_docs/google/cloud/securitycenter/v1/contact_details.rb +2 -2
  23. data/proto_docs/google/cloud/securitycenter/v1/database.rb +1 -1
  24. data/proto_docs/google/cloud/securitycenter/v1/effective_security_health_analytics_custom_module.rb +73 -0
  25. data/proto_docs/google/cloud/securitycenter/v1/exfiltration.rb +1 -1
  26. data/proto_docs/google/cloud/securitycenter/v1/finding.rb +11 -6
  27. data/proto_docs/google/cloud/securitycenter/v1/indicator.rb +4 -3
  28. data/proto_docs/google/cloud/securitycenter/v1/kernel_rootkit.rb +8 -8
  29. data/proto_docs/google/cloud/securitycenter/v1/kubernetes.rb +3 -3
  30. data/proto_docs/google/cloud/securitycenter/v1/mute_config.rb +5 -5
  31. data/proto_docs/google/cloud/securitycenter/v1/resource.rb +3 -3
  32. data/proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb +112 -0
  33. data/proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_module.rb +90 -0
  34. data/proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb +169 -0
  35. data/proto_docs/google/iam/v1/policy.rb +8 -4
  36. metadata +19 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c7815afc2f896ce6e1f528aca01e4d15b5a055724f35fdcf9d4f8162bf5c670
4
- data.tar.gz: 3e87dce577c6e5243a524ba83bef33432cf3986de47168d6c1e86f8c8e5c0890
3
+ metadata.gz: c8139f5fb83973015ce70f1e34547b37ebb5ba7309da2f18cf18a10dd44f1304
4
+ data.tar.gz: b06e6f142035997348a0bb016087c78fc61375679f1087c0a1125eb7a62400f0
5
5
  SHA512:
6
- metadata.gz: 4a7f87c1541e20d4ad1282612883f00fd7a8e6abf148ecd741ee3a8af51c8eaf4c04df76578c2181dc71105b9e9724ab0f0c984a25c03f1cf9e369dda41aece5
7
- data.tar.gz: b93652d1d4e138f21d5463941489aa8c9fd87368a60a8832aa05c4d62a9242ff10a1d9b4e10f4bfcf49b99a2caabdc6b651bab87ce400e541af3fa44de778907
6
+ metadata.gz: 04d67314dc4b50ae5b58404ad3bfaca2c999f8d56afb1da2e8319e32c3c1b76647b686baf3b14c30909468021bf81c6c997575600d370d853c2f17fde4748792
7
+ data.tar.gz: daf09874608a43b810bfea6c3a0ffcd5c76897be84fe6a5526974740150c287b08ceaa58fd66ae7b4f6f535d1d963f557c3531cb3de8401ecfda617c8eb60637
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud Security Command Center V1 API
2
2
 
3
- API Client library for the Cloud Security Command Center V1 API
3
+ Security Command Center API provides access to temporal views of assets and findings within an organization.
4
4
 
5
5
  Security Command Center API provides access to temporal views of assets and findings within an organization.
6
6
 
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/security_center/v1/security_center/rest"
20
+ require "google/cloud/security_center/v1/version"
21
+
22
+ module Google
23
+ module Cloud
24
+ module SecurityCenter
25
+ ##
26
+ # To load just the REST part of this package, including all its services, and instantiate a REST client:
27
+ #
28
+ # @example
29
+ #
30
+ # require "google/cloud/security_center/v1/rest"
31
+ # client = ::Google::Cloud::SecurityCenter::V1::SecurityCenter::Rest::Client.new
32
+ #
33
+ module V1
34
+ end
35
+ end
36
+ end
37
+ end