ProvisioningServiceBase constructor
ProvisioningServiceBase()
Implementation
ProvisioningServiceBase() {
$addMethod($grpc.ServiceMethod<$32.GetSmartMachineStatusRequest, $32.GetSmartMachineStatusResponse>(
'GetSmartMachineStatus',
getSmartMachineStatus_Pre,
false,
false,
($core.List<$core.int> value) => $32.GetSmartMachineStatusRequest.fromBuffer(value),
($32.GetSmartMachineStatusResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$32.SetNetworkCredentialsRequest, $32.SetNetworkCredentialsResponse>(
'SetNetworkCredentials',
setNetworkCredentials_Pre,
false,
false,
($core.List<$core.int> value) => $32.SetNetworkCredentialsRequest.fromBuffer(value),
($32.SetNetworkCredentialsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$32.SetSmartMachineCredentialsRequest, $32.SetSmartMachineCredentialsResponse>(
'SetSmartMachineCredentials',
setSmartMachineCredentials_Pre,
false,
false,
($core.List<$core.int> value) => $32.SetSmartMachineCredentialsRequest.fromBuffer(value),
($32.SetSmartMachineCredentialsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$32.GetNetworkListRequest, $32.GetNetworkListResponse>(
'GetNetworkList',
getNetworkList_Pre,
false,
false,
($core.List<$core.int> value) => $32.GetNetworkListRequest.fromBuffer(value),
($32.GetNetworkListResponse value) => value.writeToBuffer()));
}