google-cloud-database_center 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d0bf668565d5716fe6b29f28ff91296a55a4d4eebf6c07c2b23609a83b4729f
4
- data.tar.gz: 507f3c379568cf8b13dae95f900e74ed46c076121c9d0f86cf91d41e679984c9
3
+ metadata.gz: 6d30d58a1c6703e741e4a0b044b472df1642f0d104e318d686ba69ec39fdb083
4
+ data.tar.gz: c0652bc46033b22359857ed3568d728580dd597be2feee6131d3bcb927ab2860
5
5
  SHA512:
6
- metadata.gz: bf2618b5c14a26df7e53df39cbd7b95eb3f991924cad5e4568c5d005c97cf89ff74cb700420a45b31472a53fe3e392570bc7f0376526fcc05fc111cde4ed0bcb
7
- data.tar.gz: 1c13b2f5dcef1bf4c5db90bc896e15ceb7d156131844909d87a90907b81db5dfc77362d4d384318dc9cfe9212d6d6e106efe325d1eebf2eebd374ae31a9e3640
6
+ metadata.gz: 5fe58ea944afac10cb3c88a0989b5c6348fe706d5d45b40f5a5d0cb3dec7d4069c5998130c99328dd87949e447a48ab2f10cbd07f889a8a8256d965decf62889
7
+ data.tar.gz: f1c4359accd4c45887365b49f9e86f210ff11c4504baeb2e55660b0f4dc06bddb358926e1f72697010a2f6a60a65a84b4da6ef4f126509e23f8dc73b742f2e8c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Database Center API
2
2
 
3
- Database Center provides an organization-wide, cross-product fleet health platform to eliminate the overhead, complexity, and risk associated with aggregating and summarizing health signals through custom dashboards. Through Database Center’s fleet health dashboard and API, database platform teams that are responsible for reliability, compliance, security, cost, and administration of database fleets will now have a single pane of glass that pinpoints issues relevant to each team.
3
+ Database Center offers a comprehensive, organization-wide platform for monitoring database fleet health across various products. It simplifies management and reduces risk by automatically aggregating and summarizing key health signals, removing the need for custom dashboards. The platform provides a unified view through its dashboard and API, enabling teams focused on reliability, compliance, security, cost, and administration to quickly identify and address relevant issues within their database fleets.
4
4
 
5
5
  The Database Center API provides access to an organization-wide, cross-product database fleet health platform. It aggregates health, security, and compliance signals from various Google Cloud databases, offering a single pane of glass to identify and manage issues.
6
6
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DatabaseCenter
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-database_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -79,10 +79,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements: []
80
80
  rubygems_version: 3.6.9
81
81
  specification_version: 4
82
- summary: Database Center provides an organization-wide, cross-product fleet health
83
- platform to eliminate the overhead, complexity, and risk associated with aggregating
84
- and summarizing health signals through custom dashboards. Through Database Center’s
85
- fleet health dashboard and API, database platform teams that are responsible for
86
- reliability, compliance, security, cost, and administration of database fleets will
87
- now have a single pane of glass that pinpoints issues relevant to each team.
82
+ summary: Database Center offers a comprehensive, organization-wide platform for monitoring
83
+ database fleet health across various products. It simplifies management and reduces
84
+ risk by automatically aggregating and summarizing key health signals, removing the
85
+ need for custom dashboards. The platform provides a unified view through its dashboard
86
+ and API, enabling teams focused on reliability, compliance, security, cost, and
87
+ administration to quickly identify and address relevant issues within their database
88
+ fleets.
88
89
  test_files: []