Skip to content

Commit 8fef8fa

Browse files
1 parent 553b61c commit 8fef8fa

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-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-rev20240905-2.0.0</version>
25+
<version>v1-rev20240919-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-rev20240905-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20240919-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ public Delete setName(java.lang.String name) {
616616
* after the initial delete operation completes. During this period, the Organization may be
617617
* restored to its last known state. After this period, the Organization will no longer be
618618
* able to be restored. **Note: During the data retention period specified using this field,
619-
* the Apigee organization cannot be recreated in the same GCP project.**
619+
* the Apigee organization cannot be recreated in the same Google Cloud project.**
620620
*/
621621
@com.google.api.client.util.Key
622622
private java.lang.String retention;
@@ -626,7 +626,7 @@ public Delete setName(java.lang.String name) {
626626
initial delete operation completes. During this period, the Organization may be restored to its
627627
last known state. After this period, the Organization will no longer be able to be restored.
628628
**Note: During the data retention period specified using this field, the Apigee organization cannot
629-
be recreated in the same GCP project.**
629+
be recreated in the same Google Cloud project.**
630630
*/
631631
public java.lang.String getRetention() {
632632
return retention;
@@ -638,7 +638,7 @@ public java.lang.String getRetention() {
638638
* after the initial delete operation completes. During this period, the Organization may be
639639
* restored to its last known state. After this period, the Organization will no longer be
640640
* able to be restored. **Note: During the data retention period specified using this field,
641-
* the Apigee organization cannot be recreated in the same GCP project.**
641+
* the Apigee organization cannot be recreated in the same Google Cloud project.**
642642
*/
643643
public Delete setRetention(java.lang.String retention) {
644644
this.retention = retention;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class GoogleCloudApigeeV1DatastoreConfig extends com.google.api.cli
5151
private java.lang.String path;
5252

5353
/**
54-
* Required. GCP project in which the datastore exists
54+
* Required. Google Cloud project in which the datastore exists
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
@@ -116,15 +116,15 @@ public GoogleCloudApigeeV1DatastoreConfig setPath(java.lang.String path) {
116116
}
117117

118118
/**
119-
* Required. GCP project in which the datastore exists
119+
* Required. Google Cloud project in which the datastore exists
120120
* @return value or {@code null} for none
121121
*/
122122
public java.lang.String getProjectId() {
123123
return projectId;
124124
}
125125

126126
/**
127-
* Required. GCP project in which the datastore exists
127+
* Required. Google Cloud project in which the datastore exists
128128
* @param projectId projectId or {@code null} for none
129129
*/
130130
public GoogleCloudApigeeV1DatastoreConfig setProjectId(java.lang.String projectId) {

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-rev20240905-2.0.0</version>
12-
<name>Apigee API v1-rev20240905-2.0.0</name>
11+
<version>v1-rev20240919-2.0.0</version>
12+
<name>Apigee API v1-rev20240919-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-rev20240905-2.0.0</version>
25+
<version>v1-rev20240919-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-rev20240905-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20240919-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)