google-apis-integrations_v1 0.1.0 → 0.3.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 +10 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/integrations_v1/classes.rb +2930 -772
- data/lib/google/apis/integrations_v1/gem_version.rb +3 -3
- data/lib/google/apis/integrations_v1/representations.rb +1085 -322
- data/lib/google/apis/integrations_v1/service.rb +1479 -934
- metadata +7 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2e47778b912562c8744974adb05b73248bdbd1923c672f53c494d1d9cec7e16
|
4
|
+
data.tar.gz: f8e55830e887f93fec7fd94842acb72ef50a93a38bd2416eb81086f3a0e3ee99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f346d1b4fa78d582fd2eebcc669174b8d2b7bf72684650d95ab3bc4b6a8eeaa504c40cd0e09c37ef158d93560c63fa21b1d217829fcd1f83ba86badfc6c2d030
|
7
|
+
data.tar.gz: c768c481a6f3321b15a89144f9c366bb8be88f915f0f5ba0a3d68e7ab8e5fd674b0a2d78fe65679509663dcd6420d9bbfc7e2e3c7e9f773ac22d0bd80e5d6fa3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-integrations_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2025-01-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241209
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.2.0 (2024-04-28)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240421
|
11
|
+
* Regenerated using generator version 0.14.0
|
12
|
+
|
3
13
|
### v0.1.0 (2023-01-04)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20221220
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/application-integration) ma
|
|
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
|
|