google-cloud-security_center_management-v1 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 776d72d7c4af790365445ea6c665f2050515eb7d8ca69375dd6f8e8c1a53772d
4
- data.tar.gz: dc23cbf119a0425f3720ecf4256265238bf223f62ce7ca2245793fb86e5e695e
3
+ metadata.gz: 252b33f847981bb9ad6e2a6b70ce885c24e6f54f361c4598c7c9bb501e377e3c
4
+ data.tar.gz: 7736f159f9d81e293047b45acb9663649b414b3416959750073173f32d2ff384
5
5
  SHA512:
6
- metadata.gz: 4dffc56dc80c9c2a189a1d12608032b085e8f1939c992c8d62cce103287fa3829f161e9382f4973f5ac50c58885cf7bd47c321e561fa2933fad3b986c4724c39
7
- data.tar.gz: 5be224ef5d0207d9936a4b6e3fbb08bd2c1af68e38bde338b3d1209f71b767c41aa0bce96c0522d688f38faf66223e2183ec0f1f3e5aa03e1c4ace1002f106e7
6
+ metadata.gz: 4f1ceb5b499ecd4348e3c5372d6baa050e29522775ef73886b00afbb026740136cb311a7bb49d555213ca32615a535d54fa2bef210d88716fe6dcbc58daa4311
7
+ data.tar.gz: 4af84c6e3b2b54382a89226566d47a575d1ef769ccd4c81a26b295583767bd21dca11a4ee91cdbb59e0ad02aff4742c33aa88e89cf8b5ad5187445c3bceee1fc
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title="Security Center Management V1 API"
2
+ --title="Security Command Center Management V1 API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
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.