Skip to content

Commit e091f34

Browse files
1 parent 503e4e4 commit e091f34

File tree

4 files changed

+30
-12
lines changed

4 files changed

+30
-12
lines changed

clients/google-api-services-apigee/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-apigee</artifactId>
25-
<version>v1-rev20241116-2.0.0</version>
25+
<version>v1-rev20241210-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-apigee:v1-rev20241116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20241210-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1Organization.java

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,14 @@ public final class GoogleCloudApigeeV1Organization extends com.google.api.client
8686
* infrastructure/docs/service-networking/getting-started). Valid only when
8787
* [RuntimeType](#RuntimeType) is set to `CLOUD`. The value must be set before the creation of a
8888
* runtime instance and can be updated only when there are no runtime instances. For example:
89-
* `default`. Apigee also supports shared VPC (that is, the host network project is not the same
90-
* as the one that is peering with Apigee). See [Shared VPC
89+
* `default`. When changing authorizedNetwork, you must reconfigure VPC peering. After VPC peering
90+
* with previous network is deleted, [run the following
91+
* command](https://cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
92+
* services vpc-peerings delete --network=NETWORK`, where `NETWORK` is the name of the previous
93+
* network. This will delete the previous Service Networking. Otherwise, you will get the
94+
* following error: `The resource 'projects/...-tp' is already linked to another shared VPC host
95+
* 'projects/...-tp`. Apigee also supports shared VPC (that is, the host network project is not
96+
* the same as the one that is peering with Apigee). See [Shared VPC
9197
* overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the
9298
* following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example:
9399
* `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:** Not supported for Apigee
@@ -390,8 +396,14 @@ public GoogleCloudApigeeV1Organization setAttributes(java.util.List<java.lang.St
390396
* infrastructure/docs/service-networking/getting-started). Valid only when
391397
* [RuntimeType](#RuntimeType) is set to `CLOUD`. The value must be set before the creation of a
392398
* runtime instance and can be updated only when there are no runtime instances. For example:
393-
* `default`. Apigee also supports shared VPC (that is, the host network project is not the same
394-
* as the one that is peering with Apigee). See [Shared VPC
399+
* `default`. When changing authorizedNetwork, you must reconfigure VPC peering. After VPC peering
400+
* with previous network is deleted, [run the following
401+
* command](https://cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
402+
* services vpc-peerings delete --network=NETWORK`, where `NETWORK` is the name of the previous
403+
* network. This will delete the previous Service Networking. Otherwise, you will get the
404+
* following error: `The resource 'projects/...-tp' is already linked to another shared VPC host
405+
* 'projects/...-tp`. Apigee also supports shared VPC (that is, the host network project is not
406+
* the same as the one that is peering with Apigee). See [Shared VPC
395407
* overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the
396408
* following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example:
397409
* `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:** Not supported for Apigee
@@ -408,8 +420,14 @@ public java.lang.String getAuthorizedNetwork() {
408420
* infrastructure/docs/service-networking/getting-started). Valid only when
409421
* [RuntimeType](#RuntimeType) is set to `CLOUD`. The value must be set before the creation of a
410422
* runtime instance and can be updated only when there are no runtime instances. For example:
411-
* `default`. Apigee also supports shared VPC (that is, the host network project is not the same
412-
* as the one that is peering with Apigee). See [Shared VPC
423+
* `default`. When changing authorizedNetwork, you must reconfigure VPC peering. After VPC peering
424+
* with previous network is deleted, [run the following
425+
* command](https://cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
426+
* services vpc-peerings delete --network=NETWORK`, where `NETWORK` is the name of the previous
427+
* network. This will delete the previous Service Networking. Otherwise, you will get the
428+
* following error: `The resource 'projects/...-tp' is already linked to another shared VPC host
429+
* 'projects/...-tp`. Apigee also supports shared VPC (that is, the host network project is not
430+
* the same as the one that is peering with Apigee). See [Shared VPC
413431
* overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the
414432
* following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example:
415433
* `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:** Not supported for Apigee

clients/google-api-services-apigee/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-apigee</artifactId>
11-
<version>v1-rev20241116-2.0.0</version>
12-
<name>Apigee API v1-rev20241116-2.0.0</name>
11+
<version>v1-rev20241210-2.0.0</version>
12+
<name>Apigee API v1-rev20241210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apigee/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-apigee</artifactId>
25-
<version>v1-rev20241116-2.0.0</version>
25+
<version>v1-rev20241210-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-apigee:v1-rev20241116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20241210-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)