listLogs method
Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
Implementation
$grpc.ResponseFuture<$0.ListLogsResponse> listLogs(
$0.ListLogsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listLogs, request, options: options);
}