google-apis-apphub_v1 0.3.0 → 0.4.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 +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/apphub_v1/classes.rb +891 -0
- data/lib/google/apis/apphub_v1/gem_version.rb +3 -3
- data/lib/google/apis/apphub_v1/representations.rb +410 -0
- data/lib/google/apis/apphub_v1/service.rb +1090 -52
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6111cd47df415d19d69b8a25a81c4cec03012ad61f263f5f80616cb52d3cca49
|
4
|
+
data.tar.gz: 92c61d2502c2dae7c413a8a2f837dda728f07bef6c23b60d60892592aa743ee4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4288cdf04aefbb6f10ebd61825b16af8d428dae37c3cc79372a75bce7be00f5ad90b933cc6d30b2b2a23ee03f3070fdb742dc2289f06ace7d581f7c496eba7a1
|
7
|
+
data.tar.gz: dd53b8aa12a93e7869f4ff3fa878a6583e04369c7bc1640b4cd36315e582b39ff3be183f215d90304eb52efb6ef4d87e68e327897f6dcec1d72e1a6cab63beae
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-apphub_v1
|
2
2
|
|
3
|
+
### v0.4.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240217
|
6
|
+
* Regenerated using generator version 0.14.0
|
7
|
+
|
3
8
|
### v0.3.0 (2024-01-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240122
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/app-hub/docs/) may provide
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|