google-apis-cloudbilling_v1beta 0.7.0 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92cf9519c3fb81d55916aeecf22ca61ae66becb6ea28b88b9f7865026320d46b
4
- data.tar.gz: c9fc0a88d9f37aba9531b1eec69ba6128678f781e5262cfaa5ead7865dc98005
3
+ metadata.gz: 4c74ba578492118ed2edae7b1117274a324e25f4580a19b083f0dbb783593b21
4
+ data.tar.gz: 985b595be4a52e57dc7759130bc89963a8428800f66f6dbb833516efc084fd41
5
5
  SHA512:
6
- metadata.gz: 4ffba01324456a7e92cf33d843582e7cdb1d05db2172993fc4b720e7b4f94880186087cc01fa7f78ef649ae868370762e25ee44bff110708fe112b473ee5f174
7
- data.tar.gz: 22f57328627b83b36e1c7b79f465850868740a14b83868379d38f0888071acd26c47d88245a88850de9825653e4a372dd9cf1d016cb0c49b58b6eaf418ca7c80
6
+ metadata.gz: 3ed77576dc8bc1cd985b8732ed6a69a7f38f9c3a7c17e8c7de48b159caaf4a9b85c8fb2f3d635ad05c101fa3b4ae1cc43f216809cb1615daf72efa4b3b5a860a
7
+ data.tar.gz: 253af060054bac5c93ac1621922c663deee44b257c328172f93cdbbb70334bd51fb4b3d91eb237392ed7190e673b9155facd9cd07dbfcbf8a869c9e4f4dd04a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudbilling_v1beta
2
2
 
3
+ ### v0.9.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230724
6
+
7
+ ### v0.8.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230710
10
+
3
11
  ### v0.7.0 (2023-05-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20230501
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/billing/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/billing/docs/apis) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85