pub struct ApplicationServiceClient<T> { /* private fields */ }
Expand description

ApplicationService is the service providing API methods for managing applications.

Implementations

Attempt to create a new client by connecting to a given endpoint.

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

Create creates the given application.

Get the application for the given ID.

Update updates the given application.

Delete the application for the given ID.

Get the list of applications.

List all configured integrations.

Create HTTP integration.

Get the configured HTTP integration.

Update the HTTP integration.

Delete the HTTP integration.

Create InfluxDb integration.

Get InfluxDb integration.

Update InfluxDb integration.

Delete InfluxDb integration.

Create ThingsBoard integration.

Get ThingsBoard integration.

Update ThingsBoard integration.

Delete ThingsBoard integration.

Create myDevices integration.

Get myDevices integration.

Update myDevices integration.

Delete myDevices integration.

Create LoRaCloud integration.

Get LoRaCloud integration.

Update LoRaCloud integration.

Delete LoRaCloud integration.

Create GCP Pub/Sub integration.

Get GCP Pub/Sub integration.

Update GCP Pub/Sub integration.

Delete GCP Pub/Sub integration.

Create AWS SNS integration.

Get AWS SNS integration.

Update AWS SNS integration.

Delete AWS SNS integration.

Create Azure Service-Bus integration.

Get Azure Service-Bus integration.

Update Azure Service-Bus integration.

Delete Azure Service-Bus integration.

Create Pilot Things integration.

Get Pilot Things integration.

Update Pilot Things integration.

Delete Pilot Things integration.

Create IFTTT integration.

Get IFTTT integration.

Update IFTTT integration.

Delete IFTTT integration.

Generates application ID specific client-certificate.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more