ProvisioningServiceBase class abstract
- Annotations
-
- @GrpcServiceName('viam.provisioning.v1.ProvisioningService')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
getNetworkList(
ServiceCall call, GetNetworkListRequest request) → Future< GetNetworkListResponse> -
getNetworkList_Pre(
ServiceCall call, Future< GetNetworkListRequest> request) → Future<GetNetworkListResponse> -
getSmartMachineStatus(
ServiceCall call, GetSmartMachineStatusRequest request) → Future< GetSmartMachineStatusResponse> -
getSmartMachineStatus_Pre(
ServiceCall call, Future< GetSmartMachineStatusRequest> request) → Future<GetSmartMachineStatusResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setNetworkCredentials(
ServiceCall call, SetNetworkCredentialsRequest request) → Future< SetNetworkCredentialsResponse> -
setNetworkCredentials_Pre(
ServiceCall call, Future< SetNetworkCredentialsRequest> request) → Future<SetNetworkCredentialsResponse> -
setSmartMachineCredentials(
ServiceCall call, SetSmartMachineCredentialsRequest request) → Future< SetSmartMachineCredentialsResponse> -
setSmartMachineCredentials_Pre(
ServiceCall call, Future< SetSmartMachineCredentialsRequest> request) → Future<SetSmartMachineCredentialsResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited