Skip to content

Commit 8a1d22c

Browse files
feat: Automated regeneration of apigee v1 client (googleapis#21074)
Auto-created at 2024-12-15 10:40:46 +0000 using the toys pull request generator.
1 parent 7ed3f12 commit 8a1d22c

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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.98.0 (2024-12-15)
4+
5+
* Regenerated from discovery document revision 20241210
6+
37
### v0.97.0 (2024-11-24)
48

59
* Regenerated from discovery document revision 20241116

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7211,7 +7211,14 @@ class GoogleCloudApigeeV1Organization
72117211
# //cloud.google.com/service-infrastructure/docs/service-networking/getting-
72127212
# started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The
72137213
# value must be set before the creation of a runtime instance and can be updated
7214-
# only when there are no runtime instances. For example: `default`. Apigee also
7214+
# only when there are no runtime instances. For example: `default`. When
7215+
# changing authorizedNetwork, you must reconfigure VPC peering. After VPC
7216+
# peering with previous network is deleted, [run the following command](https://
7217+
# cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
7218+
# services vpc-peerings delete --network=NETWORK`, where `NETWORK` is the name
7219+
# of the previous network. This will delete the previous Service Networking.
7220+
# Otherwise, you will get the following error: `The resource 'projects/...-tp'
7221+
# is already linked to another shared VPC host 'projects/...-tp`. Apigee also
72157222
# supports shared VPC (that is, the host network project is not the same as the
72167223
# one that is peering with Apigee). See [Shared VPC overview](https://cloud.
72177224
# google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the

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.97.0"
19+
GEM_VERSION = "0.98.0"
2020

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

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

0 commit comments

Comments
 (0)