Classes
CloudChannelServiceClient
CloudChannelService lets Google cloud resellers and distributors manage their customers, channel partners, entitlements, and reports.
CloudChannelServiceConnection
The CloudChannelServiceConnection
object for CloudChannelServiceClient
.
CloudChannelServiceConnectionIdempotencyPolicy
Structs
CloudChannelServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CloudChannelServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CloudChannelServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
CloudChannelServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeCloudChannelServiceConnection(Options)
A factory function to construct an object of type CloudChannelServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudChannelServiceClient.
The optional options
argument may be used to configure aspects of the returned CloudChannelServiceConnection
. 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< CloudChannelServiceConnection > |
MakeDefaultCloudChannelServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CloudChannelServiceConnectionIdempotencyPolicy > |
Type Aliases
CloudChannelServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< channel_v1_internal::CloudChannelServiceRetryTraits >
CloudChannelServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< channel_v1_internal::CloudChannelServiceRetryTraits >
CloudChannelServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< channel_v1_internal::CloudChannelServiceRetryTraits >
CloudChannelServicePolicyOptionList
OptionList< CloudChannelServiceRetryPolicyOption, CloudChannelServiceBackoffPolicyOption, CloudChannelServicePollingPolicyOption, CloudChannelServiceConnectionIdempotencyPolicyOption >
The options applicable to CloudChannelService.