google-apis-apigee_v1 0.110.0 → 0.112.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/service.rb +6 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1733688f6fddba57460c410306f6318108d703c5a42425b20bafaef7c0af4476
|
4
|
+
data.tar.gz: b65c32438a5e26e57a158b934895fe1baac439789636708c45a8eab3657f5b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78dced1d586b5cd29b6f41cab05e8b72999b80ce64d3987110a913adf26fa55466dbef580f3cd5fe1c9a49b338c8b6af1a6763f820055ea828c0e6363d779501
|
7
|
+
data.tar.gz: 32ba19ae477c5ccf036efddbfb09209d546958bc2486ecb32636076bd15e12b4d72e8e002a1c1242bfb6ec43b0f1768c0c2408830851e4bcdf71e1b98776ccb3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-apigee_v1
|
2
2
|
|
3
|
+
### v0.112.0 (2025-08-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250808
|
6
|
+
|
7
|
+
### v0.111.0 (2025-08-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250731
|
10
|
+
|
3
11
|
### v0.110.0 (2025-07-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250722
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApigeeV1
|
18
18
|
# Version of the google-apis-apigee_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.112.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250808"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2960,13 +2960,16 @@ module Google
|
|
2960
2960
|
# Defaults to `approved`.
|
2961
2961
|
# @param [Fixnum] page_size
|
2962
2962
|
# Optional. Count of apps a single page can have in the response. If unspecified,
|
2963
|
-
# at most
|
2964
|
-
# will be coerced to
|
2963
|
+
# at most 1000 apps will be returned. The maximum value is 1000; values above
|
2964
|
+
# 1000 will be coerced to 1000. "page_size" is supported from ver 1.10.0 and
|
2965
|
+
# above.
|
2965
2966
|
# @param [String] page_token
|
2966
2967
|
# Optional. The starting index record for listing the developers. "page_token"
|
2967
2968
|
# is supported from ver 1.10.0 and above.
|
2968
2969
|
# @param [Fixnum] rows
|
2969
|
-
# Optional. Maximum number of app IDs to return. Defaults to 1000
|
2970
|
+
# Optional. Maximum number of app IDs to return. Defaults to 1000, which is also
|
2971
|
+
# the upper limit. To get more than 1000, use pagination with 'pageSize' and '
|
2972
|
+
# pageToken' parameters.
|
2970
2973
|
# @param [String] start_key
|
2971
2974
|
# Returns the list of apps starting from the specified app ID.
|
2972
2975
|
# @param [String] status
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-apigee_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.112.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.112.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|