LogsServiceBase constructor
LogsServiceBase()
Implementation
LogsServiceBase() {
$addMethod($grpc.ServiceMethod<$0.ExportLogsServiceRequest,
$0.ExportLogsServiceResponse>(
'Export',
export_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.ExportLogsServiceRequest.fromBuffer(value),
($0.ExportLogsServiceResponse value) => value.writeToBuffer()));
}