ConfigServiceBase constructor

ConfigServiceBase()

Implementation

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