Classes
CloudFilestoreManagerClient
Configures and manages Filestore resources.
CloudFilestoreManagerConnection
The CloudFilestoreManagerConnection object for CloudFilestoreManagerClient.
CloudFilestoreManagerConnectionIdempotencyPolicy
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 > |
|
Type Aliases
CloudFilestoreManagerRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< filestore_v1_internal::CloudFilestoreManagerRetryTraits >
CloudFilestoreManagerLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< filestore_v1_internal::CloudFilestoreManagerRetryTraits >
CloudFilestoreManagerLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< filestore_v1_internal::CloudFilestoreManagerRetryTraits >
CloudFilestoreManagerPolicyOptionList
OptionList< CloudFilestoreManagerRetryPolicyOption, CloudFilestoreManagerBackoffPolicyOption, CloudFilestoreManagerPollingPolicyOption, CloudFilestoreManagerConnectionIdempotencyPolicyOption >
The options applicable to CloudFilestoreManager.