Namespace google::cloud::iot_v1 (2.14.0)

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
NameDescription
options

(optional) Configure the DeviceManagerConnection created by this function.

Returns
TypeDescription
std::shared_ptr< DeviceManagerConnection >

MakeDefaultDeviceManagerConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< DeviceManagerConnectionIdempotencyPolicy >

Type Aliases

DeviceManagerPolicyOptionList

Alias Of: OptionList< DeviceManagerRetryPolicyOption, DeviceManagerBackoffPolicyOption, DeviceManagerConnectionIdempotencyPolicyOption >

The options applicable to DeviceManager.