Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions clients/google-api-services-ftp/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ftp</artifactId>
<version>v1-rev20260729-2.0.0</version>
<version>v1-rev20260805-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ftp:v1-rev20260729-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1-rev20260805-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
* Service definition for CloudFTP (v1).
*
* <p>
* 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).
* </p>
*
* <p>
* For more information about this service, see the
* <a href="https://cloud.google.com/cloud-ftp/overview" target="_blank">API Documentation</a>
* <a href="https://docs.cloud.google.com/cloud-ftp" target="_blank">API Documentation</a>
* </p>
*
* <p>
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-ftp/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ftp</artifactId>
<version>v1-rev20260729-2.0.0</version>
<name>Cloud FTP API v1-rev20260729-2.0.0</name>
<version>v1-rev20260805-2.0.0</version>
<name>Cloud FTP API v1-rev20260805-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
6 changes: 3 additions & 3 deletions clients/google-api-services-ftp/v1/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ftp</artifactId>
<version>v1-rev20260729-2.0.0</version>
<version>v1-rev20260805-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ftp:v1-rev20260729-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1-rev20260805-2.0.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions clients/google-api-services-ftp/v1alpha/2.0.0/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ftp</artifactId>
<version>v1alpha-rev20260729-2.0.0</version>
<version>v1alpha-rev20260805-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260729-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260805-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
* Service definition for CloudFTP (v1alpha).
*
* <p>
* 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).
* </p>
*
* <p>
* For more information about this service, see the
* <a href="https://cloud.google.com/cloud-ftp/overview" target="_blank">API Documentation</a>
* <a href="https://docs.cloud.google.com/cloud-ftp" target="_blank">API Documentation</a>
* </p>
*
* <p>
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-ftp/v1alpha/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ftp</artifactId>
<version>v1alpha-rev20260729-2.0.0</version>
<name>Cloud FTP API v1alpha-rev20260729-2.0.0</name>
<version>v1alpha-rev20260805-2.0.0</version>
<name>Cloud FTP API v1alpha-rev20260805-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
6 changes: 3 additions & 3 deletions clients/google-api-services-ftp/v1alpha/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ftp</artifactId>
<version>v1alpha-rev20260729-2.0.0</version>
<version>v1alpha-rev20260805-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260729-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260805-2.0.0'
}
```

Expand Down
Loading