SimulatorServiceBase constructor
SimulatorServiceBase()
Implementation
SimulatorServiceBase() {
$addMethod($grpc.ServiceMethod<$0.CreateSimulatorRequest,
$0.CreateSimulatorResponse>(
'CreateSimulator',
createSimulator_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.CreateSimulatorRequest.fromBuffer(value),
($0.CreateSimulatorResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.RemoveSimulatorRequest,
$0.RemoveSimulatorResponse>(
'RemoveSimulator',
removeSimulator_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.RemoveSimulatorRequest.fromBuffer(value),
($0.RemoveSimulatorResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListSimulatorsRequest,
$0.ListSimulatorsResponse>(
'ListSimulators',
listSimulators_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.ListSimulatorsRequest.fromBuffer(value),
($0.ListSimulatorsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.CreateHardwareIdentityRequest,
$0.CreateHardwareIdentityResponse>(
'CreateHardwareIdentity',
createHardwareIdentity_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.CreateHardwareIdentityRequest.fromBuffer(value),
($0.CreateHardwareIdentityResponse value) => value.writeToBuffer()));
}