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.

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-rev20260722-2.0.0</version>
<version>v1-rev20260729-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-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1-rev20260729-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.
* </p>
*
* <p>
* For more information about this service, see the
* <a href="https://cloud.google.com/" target="_blank">API Documentation</a>
* <a href="https://cloud.google.com/cloud-ftp/overview" target="_blank">API Documentation</a>
* </p>
*
* <p>
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-rev20260722-2.0.0</version>
<name>Cloud FTP API v1-rev20260722-2.0.0</name>
<version>v1-rev20260729-2.0.0</version>
<name>Cloud FTP API v1-rev20260729-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.

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-rev20260722-2.0.0</version>
<version>v1-rev20260729-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-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1-rev20260729-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.

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-rev20260722-2.0.0</version>
<version>v1alpha-rev20260729-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-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260729-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.
* </p>
*
* <p>
* For more information about this service, see the
* <a href="https://cloud.google.com/" target="_blank">API Documentation</a>
* <a href="https://cloud.google.com/cloud-ftp/overview" target="_blank">API Documentation</a>
* </p>
*
* <p>
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-rev20260722-2.0.0</version>
<name>Cloud FTP API v1alpha-rev20260722-2.0.0</name>
<version>v1alpha-rev20260729-2.0.0</version>
<name>Cloud FTP API v1alpha-rev20260729-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.

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-rev20260722-2.0.0</version>
<version>v1alpha-rev20260729-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-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-ftp:v1alpha-rev20260729-2.0.0'
}
```

Expand Down
Loading