google-cloud-security_center_management-v1 1.0.1 → 1.1.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.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/README.md +2 -2
- data/lib/google/cloud/security_center_management/v1/security_center_management/client.rb +287 -208
- data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb +287 -208
- data/lib/google/cloud/security_center_management/v1/version.rb +1 -1
- data/lib/google/cloud/securitycentermanagement/v1/security_center_management_services_pb.rb +60 -41
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb +511 -430
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 252b33f847981bb9ad6e2a6b70ce885c24e6f54f361c4598c7c9bb501e377e3c
|
4
|
+
data.tar.gz: 7736f159f9d81e293047b45acb9663649b414b3416959750073173f32d2ff384
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f1ceb5b499ecd4348e3c5372d6baa050e29522775ef73886b00afbb026740136cb311a7bb49d555213ca32615a535d54fa2bef210d88716fe6dcbc58daa4311
|
7
|
+
data.tar.gz: 4af84c6e3b2b54382a89226566d47a575d1ef769ccd4c81a26b295583767bd21dca11a4ee91cdbb59e0ad02aff4742c33aa88e89cf8b5ad5187445c3bceee1fc
|
data/.yardopts
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Ruby Client for the Security Center Management V1 API
|
1
|
+
# Ruby Client for the Security Command Center Management V1 API
|
2
2
|
|
3
3
|
Management API for Security Command Center, a built-in security and risk management solution for Google Cloud. Use this API to programmatically update the settings and configuration of Security Command Center.
|
4
4
|
|
@@ -7,7 +7,7 @@ Management API for Security Command Center, a built-in security and risk managem
|
|
7
7
|
https://github.com/googleapis/google-cloud-ruby
|
8
8
|
|
9
9
|
This gem is a _versioned_ client. It provides basic client classes for a
|
10
|
-
specific version of the Security Center Management V1 API. Most users should consider using
|
10
|
+
specific version of the Security Command Center Management V1 API. Most users should consider using
|
11
11
|
the main client gem,
|
12
12
|
[google-cloud-security_center_management](https://rubygems.org/gems/google-cloud-security_center_management).
|
13
13
|
See the section below titled *Which client should I use?* for more information.
|