ConfigServiceBase constructor

ConfigServiceBase()

Implementation

ConfigServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.ProjectId, $1.Config>(
      'GetCLIConfigForProject',
      getCLIConfigForProject_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.ProjectId.fromBuffer(value),
      ($1.Config value) => value.writeToBuffer()));
}