Namespace google::cloud::ftp_v1 (3.9.0-rc)

Classes

CloudFtpClient

Service describing handlers for resources.

CloudFtpConnection

The CloudFtpConnection object for CloudFtpClient.

CloudFtpConnectionIdempotencyPolicy

CloudFtpLimitedErrorCountRetryPolicy

A retry policy for CloudFtpConnection based on counting errors.

CloudFtpLimitedTimeRetryPolicy

A retry policy for CloudFtpConnection based on elapsed time.

CloudFtpRetryPolicy

The retry policy for CloudFtpConnection.

Structs

CloudFtpBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

CloudFtpConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

CloudFtpPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

CloudFtpRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeDefaultCloudFtpConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< CloudFtpConnectionIdempotencyPolicy >

MakeCloudFtpConnectionRest(Options)

A factory function to construct an object of type CloudFtpConnection that uses REST over HTTP as transport in lieu of gRPC.

REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudFtpClient.

The optional options argument may be used to configure aspects of the returned CloudFtpConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options Options

(optional) Configure the CloudFtpConnection created by this function.

Returns
Type Description
std::shared_ptr< CloudFtpConnection >