From 5856d2be551dd40d04f195c9a3ccce2f64c80889 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 13 Aug 2026 17:51:53 -0700
Subject: [PATCH] chore: regenerate ftp client
---
.../v1/2.0.0/README.md | 6 ++--
.../google/api/services/ftp/v1/CloudFTP.java | 31 ++++++++++---------
.../google-api-services-ftp/v1/2.0.0/pom.xml | 4 +--
clients/google-api-services-ftp/v1/README.md | 6 ++--
.../v1alpha/2.0.0/README.md | 6 ++--
.../api/services/ftp/v1alpha/CloudFTP.java | 31 ++++++++++---------
.../v1alpha/2.0.0/pom.xml | 4 +--
.../google-api-services-ftp/v1alpha/README.md | 6 ++--
8 files changed, 50 insertions(+), 44 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 12cb010b60e..48334105e50 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
@@ -1,6 +1,6 @@
# Cloud FTP API Client Library for Java
-Cloud FTP is a managed service that allows transferring files directly to Google Cloud Storage using SFTP.
+A managed, cloud-native solution to move data in and out of Google Cloud by using SSH File Transfer Protocol (SFTP).
This page contains information about getting started with the Cloud FTP API
using the Google API Client Library for Java. In addition, you may be interested
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
- * Cloud FTP is a managed service that allows transferring files directly to Google Cloud Storage using SFTP. + * A managed, cloud-native solution to move data in and out of Google Cloud by using SSH File Transfer Protocol (SFTP). *
* ** For more information about this service, see the - * API Documentation + * API Documentation *
* *
@@ -1400,22 +1400,25 @@ public Create setRequestId(java.lang.String requestId) {
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique ID for the server. Must start with a lowercase letter, and end with
+ * a lowercase letter or number. Can contain lowercase letters, numbers, and hyphens.
+ * Maximum length is 30 characters.
*/
@com.google.api.client.util.Key
private java.lang.String serverId;
- /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and
- server_id from the method_signature of Create RPC
+ /** Required. A unique ID for the server. Must start with a lowercase letter, and end with a lowercase
+ letter or number. Can contain lowercase letters, numbers, and hyphens. Maximum length is 30
+ characters.
*/
public java.lang.String getServerId() {
return serverId;
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique ID for the server. Must start with a lowercase letter, and end with
+ * a lowercase letter or number. Can contain lowercase letters, numbers, and hyphens.
+ * Maximum length is 30 characters.
*/
public Create setServerId(java.lang.String serverId) {
this.serverId = serverId;
@@ -2600,22 +2603,22 @@ public Create setRequestId(java.lang.String requestId) {
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique user ID for the SFTP user. The user ID must start with a lowercase
+ * letter and can include lowercase letters, numbers, or hyphens.
*/
@com.google.api.client.util.Key
private java.lang.String userId;
- /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and
- server_id from the method_signature of Create RPC
+ /** Required. A unique user ID for the SFTP user. The user ID must start with a lowercase letter and
+ can include lowercase letters, numbers, or hyphens.
*/
public java.lang.String getUserId() {
return userId;
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique user ID for the SFTP user. The user ID must start with a lowercase
+ * letter and can include lowercase letters, numbers, or hyphens.
*/
public Create setUserId(java.lang.String userId) {
this.userId = userId;
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 3427fd7465b..f22ccc3df4f 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 @@
- * Cloud FTP is a managed service that allows transferring files directly to Google Cloud Storage using SFTP. + * A managed, cloud-native solution to move data in and out of Google Cloud by using SSH File Transfer Protocol (SFTP). *
* ** For more information about this service, see the - * API Documentation + * API Documentation *
* *
@@ -1400,22 +1400,25 @@ public Create setRequestId(java.lang.String requestId) {
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique ID for the server. Must start with a lowercase letter, and end with
+ * a lowercase letter or number. Can contain lowercase letters, numbers, and hyphens.
+ * Maximum length is 30 characters.
*/
@com.google.api.client.util.Key
private java.lang.String serverId;
- /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and
- server_id from the method_signature of Create RPC
+ /** Required. A unique ID for the server. Must start with a lowercase letter, and end with a lowercase
+ letter or number. Can contain lowercase letters, numbers, and hyphens. Maximum length is 30
+ characters.
*/
public java.lang.String getServerId() {
return serverId;
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique ID for the server. Must start with a lowercase letter, and end with
+ * a lowercase letter or number. Can contain lowercase letters, numbers, and hyphens.
+ * Maximum length is 30 characters.
*/
public Create setServerId(java.lang.String serverId) {
this.serverId = serverId;
@@ -2600,22 +2603,22 @@ public Create setRequestId(java.lang.String requestId) {
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique user ID for the SFTP user. The user ID must start with a lowercase
+ * letter and can include lowercase letters, numbers, or hyphens.
*/
@com.google.api.client.util.Key
private java.lang.String userId;
- /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and
- server_id from the method_signature of Create RPC
+ /** Required. A unique user ID for the SFTP user. The user ID must start with a lowercase letter and
+ can include lowercase letters, numbers, or hyphens.
*/
public java.lang.String getUserId() {
return userId;
}
/**
- * Required. Id of the requesting object If auto-generating Id server-side, remove this
- * field and server_id from the method_signature of Create RPC
+ * Required. A unique user ID for the SFTP user. The user ID must start with a lowercase
+ * letter and can include lowercase letters, numbers, or hyphens.
*/
public Create setUserId(java.lang.String userId) {
this.userId = userId;
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 0e1b15260ce..46c71761d64 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 @@