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 | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< CloudFilestoreManagerConnection > |
MakeDefaultCloudFilestoreManagerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CloudFilestoreManagerConnectionIdempotencyPolicy > |