Package viam.provisioning.v1
Interface ProvisioningServiceGrpc.AsyncService
- All Known Implementing Classes:
ProvisioningServiceGrpc.ProvisioningServiceImplBase
- Enclosing class:
- ProvisioningServiceGrpc
public static interface ProvisioningServiceGrpc.AsyncService
ProvisioningService is used by viam-agent to retrieve the smart machine info.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
getNetworkList
(Provisioning.GetNetworkListRequest request, io.grpc.stub.StreamObserver<Provisioning.GetNetworkListResponse> responseObserver) GetNetworkList is to retrieve the list of networks that are visible to the smart machine.default void
getSmartMachineStatus
(Provisioning.GetSmartMachineStatusRequest request, io.grpc.stub.StreamObserver<Provisioning.GetSmartMachineStatusResponse> responseObserver) GetSmartMachineStatus is for retrieving the status of the smart machine including networking.default void
setNetworkCredentials
(Provisioning.SetNetworkCredentialsRequest request, io.grpc.stub.StreamObserver<Provisioning.SetNetworkCredentialsResponse> responseObserver) SetNetworkCredentials is to set the wifi credentials.default void
setSmartMachineCredentials
(Provisioning.SetSmartMachineCredentialsRequest request, io.grpc.stub.StreamObserver<Provisioning.SetSmartMachineCredentialsResponse> responseObserver) SetSmartMachineCredentials is to set the smart machine credentials.
-
Method Details
-
getSmartMachineStatus
default void getSmartMachineStatus(Provisioning.GetSmartMachineStatusRequest request, io.grpc.stub.StreamObserver<Provisioning.GetSmartMachineStatusResponse> responseObserver) GetSmartMachineStatus is for retrieving the status of the smart machine including networking.
-
setNetworkCredentials
default void setNetworkCredentials(Provisioning.SetNetworkCredentialsRequest request, io.grpc.stub.StreamObserver<Provisioning.SetNetworkCredentialsResponse> responseObserver) SetNetworkCredentials is to set the wifi credentials.
-
setSmartMachineCredentials
default void setSmartMachineCredentials(Provisioning.SetSmartMachineCredentialsRequest request, io.grpc.stub.StreamObserver<Provisioning.SetSmartMachineCredentialsResponse> responseObserver) SetSmartMachineCredentials is to set the smart machine credentials.
-
getNetworkList
default void getNetworkList(Provisioning.GetNetworkListRequest request, io.grpc.stub.StreamObserver<Provisioning.GetNetworkListResponse> responseObserver) GetNetworkList is to retrieve the list of networks that are visible to the smart machine.
-