google-apis-workloadmanager_v1 0.14.0 → 0.16.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 +2 -2
- data/lib/google/apis/workloadmanager_v1/classes.rb +764 -0
- data/lib/google/apis/workloadmanager_v1/gem_version.rb +3 -3
- data/lib/google/apis/workloadmanager_v1/representations.rb +380 -0
- data/lib/google/apis/workloadmanager_v1/service.rb +154 -0
- 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: ef343d7defdb6265e37fadd926f22572dd8b2767d4772fc961c8226bb337d87a
|
4
|
+
data.tar.gz: 69889f25542b600bbfa925876cb9d12cd1206181b0e5d85251db78ca22fce5ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b3bf35cb5fed8bba6bfdc21f30ee025a081dfb9beea8fee4c9acb7dad966d090a3f1836169cd4e1d5fc8c03dd67379b99bd95247fe565b8cc3cf2e619e3e1ca
|
7
|
+
data.tar.gz: daf2dfb15c2aa1e0b6e9f3adc2887892455db2dc91cb12f459b08f92215528ce8dfc385f12ae87261906590cbc5c7d7a91f6c908d5ddc38978d49ccc4af4d4cc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workloadmanager_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.14.0
|
6
|
+
|
7
|
+
### v0.15.0 (2024-02-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240208
|
10
|
+
|
3
11
|
### v0.14.0 (2024-01-28)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240117
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/workload-manager/docs) may
|
|
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
|
|