google-cloud-security_center_management-v1 1.0.0 → 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: 7728423d5ea1e6e863ba49b6fbc0133582ec13b0027c80a354ca6f0943e6f44c
4
- data.tar.gz: cf4962bd2245ec0fc6f9b6440e06c562411669a3eb27d43c206fc1ffe8324bf3
3
+ metadata.gz: 252b33f847981bb9ad6e2a6b70ce885c24e6f54f361c4598c7c9bb501e377e3c
4
+ data.tar.gz: 7736f159f9d81e293047b45acb9663649b414b3416959750073173f32d2ff384
5
5
  SHA512:
6
- metadata.gz: d200afb7f03c6f7fcfdf509abb6e378157ca28f0b7d3038ded16e74bf7ba86b89c853cb1e21672b64ec4454861b316edc171f3bb0a1b22b44e099a9b7cd87d78
7
- data.tar.gz: 045bbcdf71a41f920f8095193fb9e50078a0975f95642292ea75aada4aa4a3d29b968ba9e783f2830d5144766c0424f79abd242d1d94d54902b845a32e434b8e
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.