Skip to content

Commit af8f521

Browse files
feat: Automated regeneration of apigee v1 client (googleapis#23508)
Auto-created at 2025-06-22 10:22:44 +0000 using the toys pull request generator.
1 parent b9cbd61 commit af8f521

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36584,6 +36584,7 @@
3658436584
"/apigee:v1/GoogleCloudApigeeV1Organization/expiresAt": expires_at
3658536585
"/apigee:v1/GoogleCloudApigeeV1Organization/lastModifiedAt": last_modified_at
3658636586
"/apigee:v1/GoogleCloudApigeeV1Organization/name": name
36587+
"/apigee:v1/GoogleCloudApigeeV1Organization/networkEgressRestricted": network_egress_restricted
3658736588
"/apigee:v1/GoogleCloudApigeeV1Organization/portalDisabled": portal_disabled
3658836589
"/apigee:v1/GoogleCloudApigeeV1Organization/projectId": project_id
3658936590
"/apigee:v1/GoogleCloudApigeeV1Organization/properties": properties

generated/google-apis-apigee_v1/CHANGELOG.md

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

3+
### v0.108.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250614
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.107.0 (2025-05-21)
49

510
* Regenerated from discovery document revision 20250519

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7674,6 +7674,14 @@ class GoogleCloudApigeeV1Organization
76747674
# @return [String]
76757675
attr_accessor :name
76767676

7677+
# Optional. Flag that specifies if internet egress is restricted for VPC Service
7678+
# Controls. Valid only when runtime_type is `CLOUD` and disable_vpc_peering is `
7679+
# true`.
7680+
# Corresponds to the JSON property `networkEgressRestricted`
7681+
# @return [Boolean]
7682+
attr_accessor :network_egress_restricted
7683+
alias_method :network_egress_restricted?, :network_egress_restricted
7684+
76777685
# Optional. Configuration for the Portals settings.
76787686
# Corresponds to the JSON property `portalDisabled`
76797687
# @return [Boolean]
@@ -7757,6 +7765,7 @@ def update!(**args)
77577765
@expires_at = args[:expires_at] if args.key?(:expires_at)
77587766
@last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
77597767
@name = args[:name] if args.key?(:name)
7768+
@network_egress_restricted = args[:network_egress_restricted] if args.key?(:network_egress_restricted)
77607769
@portal_disabled = args[:portal_disabled] if args.key?(:portal_disabled)
77617770
@project_id = args[:project_id] if args.key?(:project_id)
77627771
@properties = args[:properties] if args.key?(:properties)

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

Lines changed: 3 additions & 3 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.107.0"
19+
GEM_VERSION = "0.108.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3964,6 +3964,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
39643964
property :expires_at, :numeric_string => true, as: 'expiresAt'
39653965
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
39663966
property :name, as: 'name'
3967+
property :network_egress_restricted, as: 'networkEgressRestricted'
39673968
property :portal_disabled, as: 'portalDisabled'
39683969
property :project_id, as: 'projectId'
39693970
property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ def get_organization_app(name, fields: nil, quota_user: nil, options: nil, &bloc
29662966
# Optional. The starting index record for listing the developers. "page_token"
29672967
# is supported from ver 1.10.0 and above.
29682968
# @param [Fixnum] rows
2969-
# Optional. Maximum number of app IDs to return. Defaults to 10000.
2969+
# Optional. Maximum number of app IDs to return. Defaults to 1000.
29702970
# @param [String] start_key
29712971
# Returns the list of apps starting from the specified app ID.
29722972
# @param [String] status

0 commit comments

Comments
 (0)