Skip to content

Commit e461305

Browse files
feat: Automated regeneration of apigee v1 client (googleapis#23195)
Auto-created at 2025-05-21 20:41:28 +0000 using the toys pull request generator.
1 parent 2174c2f commit e461305

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

generated/google-apis-apigee_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-apigee_v1
22

3+
### v0.107.0 (2025-05-21)
4+
5+
* Regenerated from discovery document revision 20250519
6+
37
### v0.106.0 (2025-05-11)
48

59
* Regenerated from discovery document revision 20250506

generated/google-apis-apigee_v1/lib/google/apis/apigee_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ApigeeV1
1818
# Version of the google-apis-apigee_v1 gem
19-
GEM_VERSION = "0.106.0"
19+
GEM_VERSION = "0.107.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.17.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250506"
25+
REVISION = "20250519"
2626
end
2727
end
2828
end

generated/google-apis-apigee_v1/lib/google/apis/apigee_v1/service.rb

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,10 +2790,10 @@ def get_organization_appgroup_app_key(name, fields: nil, quota_user: nil, option
27902790

27912791
# Adds an API product to an AppGroupAppKey, enabling the app that holds the key
27922792
# to access the API resources bundled in the API product. In addition, you can
2793-
# add attributes to the AppGroupAppKey. This API replaces the existing
2794-
# attributes with those specified in the request. Include or exclude any
2795-
# existing attributes that you want to retain or delete, respectively. You can
2796-
# use the same key to access all API products associated with the app.
2793+
# add attributes and scopes to the AppGroupAppKey. This API replaces the
2794+
# existing attributes with those specified in the request. Include or exclude
2795+
# any existing attributes that you want to retain or delete, respectively. You
2796+
# can use the same key to access all API products associated with the app.
27972797
# @param [String] name
27982798
# Required. Name of the AppGroup app key. Use the following structure in your
27992799
# request: `organizations/`org`/appgroups/`app_group_name`/apps/`app`/keys/`key``
@@ -4213,10 +4213,13 @@ def replace_organization_developer_app_key_developer_app_key(name, google_cloud_
42134213

42144214
# Adds an API product to a developer app key, enabling the app that holds the
42154215
# key to access the API resources bundled in the API product. In addition, you
4216-
# can add attributes to a developer app key. This API replaces the existing
4217-
# attributes with those specified in the request. Include or exclude any
4218-
# existing attributes that you want to retain or delete, respectively. You can
4219-
# use the same key to access all API products associated with the app.
4216+
# can add attributes and scopes associated with the API product to the developer
4217+
# app key. The status of the key can be updated via "action" Query Parameter.
4218+
# None of the other fields can be updated via this API. This API replaces the
4219+
# existing attributes with those specified in the request. Include or exclude
4220+
# any existing attributes that you want to retain or delete, respectively. None
4221+
# of the other fields can be updated. You can use the same key to access all API
4222+
# products associated with the app.
42204223
# @param [String] name
42214224
# Name of the developer app key. Use the following structure in your request: `
42224225
# organizations/`org`/developers/`developer_email`/apps/`app`/keys/`key``

0 commit comments

Comments
 (0)