File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
generated/google-apis-apigee_v1
lib/google/apis/apigee_v1 Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments