google-apis-cloudbilling_v1beta 0.7.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/cloudbilling_v1beta/classes.rb +1533 -0
- data/lib/google/apis/cloudbilling_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/cloudbilling_v1beta/representations.rb +976 -167
- data/lib/google/apis/cloudbilling_v1beta/service.rb +493 -1
- data/lib/google/apis/cloudbilling_v1beta.rb +1 -1
- 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: 4c74ba578492118ed2edae7b1117274a324e25f4580a19b083f0dbb783593b21
|
4
|
+
data.tar.gz: 985b595be4a52e57dc7759130bc89963a8428800f66f6dbb833516efc084fd41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|