From e71042de4370f6f72d124544eaf54b583eb49a87 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 11 Sep 2026 18:09:46 -0700
Subject: [PATCH] chore: regenerate ftp client
---
.../v1/2.0.0/README.md | 4 +-
.../api/services/ftp/v1/model/Server.java | 48 +++++++++++++++++++
.../google-api-services-ftp/v1/2.0.0/pom.xml | 4 +-
clients/google-api-services-ftp/v1/README.md | 4 +-
.../v1alpha/2.0.0/README.md | 4 +-
.../services/ftp/v1alpha/model/Server.java | 48 +++++++++++++++++++
.../v1alpha/2.0.0/pom.xml | 4 +-
.../google-api-services-ftp/v1alpha/README.md | 4 +-
8 files changed, 108 insertions(+), 12 deletions(-)
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'
}
```