ServicePointServiceBase constructor

ServicePointServiceBase()

Implementation

ServicePointServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.ServicePointId, $1.ServicePoint>(
      'Get',
      get_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.ServicePointId.fromBuffer(value),
      ($1.ServicePoint value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ServicePointQuery, $2.PageResult>(
      'List',
      list_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ServicePointQuery.fromBuffer(value),
      ($2.PageResult value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ServicePointQuery, $2.PageResult>(
      'ListStored',
      listStored_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ServicePointQuery.fromBuffer(value),
      ($2.PageResult value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ServicePointId, $1.ServicePointState>(
      'GetState',
      getState_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.ServicePointId.fromBuffer(value),
      ($1.ServicePointState value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ServicePointState, $1.ServicePointState>(
      'UpdateState',
      updateState_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ServicePointState.fromBuffer(value),
      ($1.ServicePointState value) => value.writeToBuffer()));
}