ProvisioningServiceBase constructor

ProvisioningServiceBase()

Implementation

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