QuotaControllerServiceBase constructor

QuotaControllerServiceBase()

Implementation

QuotaControllerServiceBase() {
  $addMethod(
      $grpc.ServiceMethod<$0.AllocateQuotaRequest, $0.AllocateQuotaResponse>(
          'AllocateQuota',
          allocateQuota_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.AllocateQuotaRequest.fromBuffer(value),
          ($0.AllocateQuotaResponse value) => value.writeToBuffer()));
}