Namespace google::cloud::filestore_v1 (2.23.0-rc)

Classes

CloudFilestoreManagerClient

Configures and manages Filestore resources.

CloudFilestoreManagerConnection

The CloudFilestoreManagerConnection object for CloudFilestoreManagerClient.

CloudFilestoreManagerConnectionIdempotencyPolicy

CloudFilestoreManagerLimitedErrorCountRetryPolicy

A retry policy for CloudFilestoreManagerConnection based on counting errors.

CloudFilestoreManagerLimitedTimeRetryPolicy

A retry policy for CloudFilestoreManagerConnection based on elapsed time.

CloudFilestoreManagerRetryPolicy

The retry policy for CloudFilestoreManagerConnection.

Structs

CloudFilestoreManagerBackoffPolicyOption

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

CloudFilestoreManagerConnectionIdempotencyPolicyOption

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

CloudFilestoreManagerPollingPolicyOption

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

CloudFilestoreManagerRetryPolicyOption

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

Functions

MakeCloudFilestoreManagerConnection(Options)

A factory function to construct an object of type CloudFilestoreManagerConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the CloudFilestoreManagerConnection created by this function.

Returns
TypeDescription
std::shared_ptr< CloudFilestoreManagerConnection >

MakeDefaultCloudFilestoreManagerConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< CloudFilestoreManagerConnectionIdempotencyPolicy >

Type Aliases

CloudFilestoreManagerPolicyOptionList

Alias Of: OptionList< CloudFilestoreManagerRetryPolicyOption, CloudFilestoreManagerBackoffPolicyOption, CloudFilestoreManagerPollingPolicyOption, CloudFilestoreManagerConnectionIdempotencyPolicyOption >

The options applicable to CloudFilestoreManager.