diff --git a/clients/google-api-services-ftp/v1/2.0.0/README.md b/clients/google-api-services-ftp/v1/2.0.0/README.md
index dce0aeba3fa..83529a6620f 100644
--- a/clients/google-api-services-ftp/v1/2.0.0/README.md
+++ b/clients/google-api-services-ftp/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-ftp
- v1-rev20260815-2.0.0
+ v1-rev20260909-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ftp:v1-rev20260815-2.0.0'
+ implementation 'com.google.apis:google-api-services-ftp:v1-rev20260909-2.0.0'
}
```
diff --git a/clients/google-api-services-ftp/v1/2.0.0/com/google/api/services/ftp/v1/model/Server.java b/clients/google-api-services-ftp/v1/2.0.0/com/google/api/services/ftp/v1/model/Server.java
index 339806568fa..73ff609860d 100644
--- a/clients/google-api-services-ftp/v1/2.0.0/com/google/api/services/ftp/v1/model/Server.java
+++ b/clients/google-api-services-ftp/v1/2.0.0/com/google/api/services/ftp/v1/model/Server.java
@@ -85,6 +85,20 @@ public final class Server extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Output only. Reserved for future use.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean satisfiesPzi;
+
+ /**
+ * Output only. Reserved for future use.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean satisfiesPzs;
+
/**
* Output only. Service agent used to access the customer bucket.
* The value may be {@code null}.
@@ -242,6 +256,40 @@ public Server setName(java.lang.String name) {
return this;
}
+ /**
+ * Output only. Reserved for future use.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getSatisfiesPzi() {
+ return satisfiesPzi;
+ }
+
+ /**
+ * Output only. Reserved for future use.
+ * @param satisfiesPzi satisfiesPzi or {@code null} for none
+ */
+ public Server setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
+ this.satisfiesPzi = satisfiesPzi;
+ return this;
+ }
+
+ /**
+ * Output only. Reserved for future use.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getSatisfiesPzs() {
+ return satisfiesPzs;
+ }
+
+ /**
+ * Output only. Reserved for future use.
+ * @param satisfiesPzs satisfiesPzs or {@code null} for none
+ */
+ public Server setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
+ this.satisfiesPzs = satisfiesPzs;
+ return this;
+ }
+
/**
* Output only. Service agent used to access the customer bucket.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-ftp/v1/2.0.0/pom.xml b/clients/google-api-services-ftp/v1/2.0.0/pom.xml
index dc9d32cdc6b..f4e786e06e4 100644
--- a/clients/google-api-services-ftp/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-ftp/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-ftp
- v1-rev20260815-2.0.0
- Cloud FTP API v1-rev20260815-2.0.0
+ v1-rev20260909-2.0.0
+ Cloud FTP API v1-rev20260909-2.0.0
jar
2011
diff --git a/clients/google-api-services-ftp/v1/README.md b/clients/google-api-services-ftp/v1/README.md
index dce0aeba3fa..83529a6620f 100644
--- a/clients/google-api-services-ftp/v1/README.md
+++ b/clients/google-api-services-ftp/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-ftp
- v1-rev20260815-2.0.0
+ v1-rev20260909-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ftp:v1-rev20260815-2.0.0'
+ implementation 'com.google.apis:google-api-services-ftp:v1-rev20260909-2.0.0'
}
```
diff --git a/clients/google-api-services-ftp/v1alpha/2.0.0/README.md b/clients/google-api-services-ftp/v1alpha/2.0.0/README.md
index 3b33f365ebd..69c27103eef 100644
--- a/clients/google-api-services-ftp/v1alpha/2.0.0/README.md
+++ b/clients/google-api-services-ftp/v1alpha/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-ftp
- v1alpha-rev20260815-2.0.0
+ v1alpha-rev20260909-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260815-2.0.0'
+ implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260909-2.0.0'
}
```
diff --git a/clients/google-api-services-ftp/v1alpha/2.0.0/com/google/api/services/ftp/v1alpha/model/Server.java b/clients/google-api-services-ftp/v1alpha/2.0.0/com/google/api/services/ftp/v1alpha/model/Server.java
index 01239be6cdd..75ac4cb60f1 100644
--- a/clients/google-api-services-ftp/v1alpha/2.0.0/com/google/api/services/ftp/v1alpha/model/Server.java
+++ b/clients/google-api-services-ftp/v1alpha/2.0.0/com/google/api/services/ftp/v1alpha/model/Server.java
@@ -85,6 +85,20 @@ public final class Server extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Output only. Reserved for future use.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean satisfiesPzi;
+
+ /**
+ * Output only. Reserved for future use.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean satisfiesPzs;
+
/**
* Output only. Service agent used to access the customer bucket.
* The value may be {@code null}.
@@ -242,6 +256,40 @@ public Server setName(java.lang.String name) {
return this;
}
+ /**
+ * Output only. Reserved for future use.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getSatisfiesPzi() {
+ return satisfiesPzi;
+ }
+
+ /**
+ * Output only. Reserved for future use.
+ * @param satisfiesPzi satisfiesPzi or {@code null} for none
+ */
+ public Server setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
+ this.satisfiesPzi = satisfiesPzi;
+ return this;
+ }
+
+ /**
+ * Output only. Reserved for future use.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getSatisfiesPzs() {
+ return satisfiesPzs;
+ }
+
+ /**
+ * Output only. Reserved for future use.
+ * @param satisfiesPzs satisfiesPzs or {@code null} for none
+ */
+ public Server setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
+ this.satisfiesPzs = satisfiesPzs;
+ return this;
+ }
+
/**
* Output only. Service agent used to access the customer bucket.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-ftp/v1alpha/2.0.0/pom.xml b/clients/google-api-services-ftp/v1alpha/2.0.0/pom.xml
index a5643244bce..74746047444 100644
--- a/clients/google-api-services-ftp/v1alpha/2.0.0/pom.xml
+++ b/clients/google-api-services-ftp/v1alpha/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-ftp
- v1alpha-rev20260815-2.0.0
- Cloud FTP API v1alpha-rev20260815-2.0.0
+ v1alpha-rev20260909-2.0.0
+ Cloud FTP API v1alpha-rev20260909-2.0.0
jar
2011
diff --git a/clients/google-api-services-ftp/v1alpha/README.md b/clients/google-api-services-ftp/v1alpha/README.md
index 3b33f365ebd..69c27103eef 100644
--- a/clients/google-api-services-ftp/v1alpha/README.md
+++ b/clients/google-api-services-ftp/v1alpha/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-ftp
- v1alpha-rev20260815-2.0.0
+ v1alpha-rev20260909-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260815-2.0.0'
+ implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260909-2.0.0'
}
```