Classes
DeviceManagerClient
Internet of Things (IoT) service.
DeviceManagerConnection
The DeviceManagerConnection
object for DeviceManagerClient
.
DeviceManagerConnectionIdempotencyPolicy
DeviceManagerLimitedErrorCountRetryPolicy
A retry policy for DeviceManagerConnection
based on counting errors.
DeviceManagerLimitedTimeRetryPolicy
A retry policy for DeviceManagerConnection
based on elapsed time.
DeviceManagerRetryPolicy
The retry policy for DeviceManagerConnection
.
Structs
DeviceManagerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DeviceManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DeviceManagerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDeviceManagerConnection(Options)
A factory function to construct an object of type DeviceManagerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DeviceManagerClient.
The optional options
argument may be used to configure aspects of the returned DeviceManagerConnection
. 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< DeviceManagerConnection > |
MakeDefaultDeviceManagerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DeviceManagerConnectionIdempotencyPolicy > |
Type Aliases
DeviceManagerPolicyOptionList
OptionList< DeviceManagerRetryPolicyOption, DeviceManagerBackoffPolicyOption, DeviceManagerConnectionIdempotencyPolicyOption >
The options applicable to DeviceManager.