ProvisioningServiceBase constructor

ProvisioningServiceBase()

Implementation

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