Skip to content

Commit f68955f

Browse files
feat: Automated regeneration of apigee v1 client (googleapis#23778)
Auto-created at 2025-07-27 10:08:54 +0000 using the toys pull request generator.
1 parent 76c535b commit f68955f

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
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.110.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250722
6+
37
### v0.109.0 (2025-06-29)
48

59
* Regenerated from discovery document revision 20250622

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.109.0"
19+
GEM_VERSION = "0.110.0"
2020

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

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

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6527,10 +6527,10 @@ def delete_organization_environment_api_revision_debugsession_data(name, fields:
65276527
# @param [String] name
65286528
# Required. The name of the debug session to retrieve. Must be of the form: `
65296529
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
6530-
# revision`/debugsessions/`session``. If the API proxy resource has the `space`
6531-
# attribute set, IAM permissions are checked differently . To learn more, read
6532-
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
6533-
# system-administration/spaces/apigee-spaces-overview).
6530+
# revision`/debugsessions/`debug_session``. If the API proxy resource has the `
6531+
# space` attribute set, IAM permissions are checked differently . To learn more,
6532+
# read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
6533+
# platform/system-administration/spaces/apigee-spaces-overview).
65346534
# @param [String] fields
65356535
# Selector specifying which fields to include in a partial response.
65366536
# @param [String] quota_user
@@ -6568,10 +6568,11 @@ def get_organization_environment_api_revision_debugsession(name, fields: nil, qu
65686568
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
65696569
# overview).
65706570
# @param [Fixnum] page_size
6571-
# Maximum number of debug sessions to return. The page size defaults to 25.
6571+
# Optional. Maximum number of debug sessions to return. The page size defaults
6572+
# to 25.
65726573
# @param [String] page_token
6573-
# Page token, returned from a previous ListDebugSessions call, that you can use
6574-
# to retrieve the next page.
6574+
# Optional. Page token, returned from a previous ListDebugSessions call, that
6575+
# you can use to retrieve the next page.
65756576
# @param [String] fields
65766577
# Selector specifying which fields to include in a partial response.
65776578
# @param [String] quota_user
@@ -6605,7 +6606,7 @@ def list_organization_environment_api_revision_debugsessions(parent, page_size:
66056606
# @param [String] name
66066607
# Required. The name of the debug session transaction. Must be of the form: `
66076608
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
6608-
# revision`/debugsessions/`session`/data/`transaction``. If the API proxy
6609+
# revision`/debugsessions/`debug_session`/data/`transaction``. If the API proxy
66096610
# resource has the `space` attribute set, IAM permissions are checked
66106611
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
66116612
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
@@ -11688,8 +11689,8 @@ def list_organization_security_monitoring_conditions(parent, filter: nil, page_s
1168811689
# security_monitoring_condition`
1168911690
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] google_cloud_apigee_v1_security_monitoring_condition_object
1169011691
# @param [String] update_mask
11691-
# Optional. The list of fields to update. Valid fields to update are `profile`, `
11692-
# scope`, `include_all_resources`, `include`, and `exclude`.
11692+
# Optional. The list of fields to update. Valid fields to update are `
11693+
# include_all_resources` and `include`.
1169311694
# @param [String] fields
1169411695
# Selector specifying which fields to include in a partial response.
1169511696
# @param [String] quota_user

0 commit comments

Comments
 (0)